2024-03-25 10:55:08 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 10:55:08 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 10:55:08 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 10:55:08 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 10:55:08 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 10:55:08 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55:08 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 10:55:08 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 10:55:08 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 10:55:08 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 10:55:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 10:55:08 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 10:55:08 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-25 10:55:08 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-25 10:55:08 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 10:55:08 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 10:55:08 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-25 10:55:08 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-25 10:55:08 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-25 10:55:08 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55:08 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 10:55:08 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 10:55:08 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55: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-03-25 10:55:08 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-25 10:55:08 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-25 10:55: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' => '47925' 'SCRIPT_FILENAME' => '/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.70' '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_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/122.0.6261.94 Mobile Safari/537.36 (compatible; GoogleOther)' '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_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' => 1711389308.8571 'REQUEST_TIME' => 1711389308 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-25 11:11:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 11:11:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 11:11:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 11:11:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 11:11:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 11:11:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 11:11:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 11:11:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 11:11:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 11:11:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 11:11:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 11:11:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-25 11:11:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-25 11:11:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 11:11:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 11:11:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-25 11:11:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-25 11:11:54 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-25 11:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 11:11:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 11:11:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11: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-03-25 11:11:54 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-25 11:11:54 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-25 11:11: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' => '35588' 'SCRIPT_FILENAME' => '/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' => '101.44.249.199' '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_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36' 'HTTP_CONNECTION' => 'Keep-Alive' 'HTTP_ACCEPT_LANGUAGE' => 'zh-CN' 'HTTP_ACCEPT' => '*/*' 'HTTP_COOKIE' => '' 'HTTP_REFERER' => 'http://whywomenwork.co.uk/fulfillmentworks/web/' 'HTTP_ACCEPT_ENCODING' => 'deflate, gzip' 'HTTP_HOST' => 'whywomenwork.co.uk' 'SCRIPT_URI' => 'http://whywomenwork.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711390314.7404 'REQUEST_TIME' => 1711390314 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-25 11:58:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 11:58:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 11:58:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 11:58:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 11:58:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 11:58:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11:58:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 11:58:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 11:58:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 11:58:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 11:58:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 11:58:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 11:58:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 11:58: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-03-25 11:58: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-03-25 11:58: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-03-25 11:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-25 11:58:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-25 11:58:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 11:58:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 11:58:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-25 11:58:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-25 11:58:41 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-25 11:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-25 11:58: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-03-25 11:58: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-03-25 11:58: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-03-25 11:58: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-03-25 11:58: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-03-25 11:58: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-03-25 11:58:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 11:58:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 11:58:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11: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-03-25 11:58: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-03-25 11:58: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-03-25 11:58: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-03-25 11:58:41 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-25 11:58:41 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-25 11:58: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' => '42660' 'SCRIPT_FILENAME' => '/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' => '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_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.com' 'SCRIPT_URI' => 'http://whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711393121.3067 'REQUEST_TIME' => 1711393121 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-25 12:50:56 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 12:50:56 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 12:50:56 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 12:50:56 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 12:50:56 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 12:50:56 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 12:50:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 12:50:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 12:50:56 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 12:50:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 12:50:56 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 12:50:56 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-25 12:50:56 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-25 12:50:56 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 12:50:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 12:50:56 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-25 12:50:56 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-25 12:50:56 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-25 12:50:56 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50:56 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 12:50:56 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 12:50:56 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50: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-03-25 12:50:56 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-25 12:50:56 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-25 12:50: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' => '49180' 'SCRIPT_FILENAME' => '/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.12' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail2.pierview.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_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/122.0.6261.94 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' => 'mail2.pierview.co.uk' 'SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail2.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711396256.0407 'REQUEST_TIME' => 1711396256 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-25 14:05:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 14:05:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 14:05:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 14:05:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 14:05:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 14:05:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 14:05: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-03-25 14:05: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-03-25 14:05: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-03-25 14:05:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 14:05:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 14:05:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 14:05:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 14:05:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 14:05:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-25 14:05:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 14:05:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 14:05:25 [-][-][-][info][yii\web\Session::open] Session started 2024-03-25 14:05: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' => '53264' 'SCRIPT_FILENAME' => '/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' => '216.244.66.197' '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_CHARSET' => 'utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)' 'HTTP_ACCEPT' => '*/*' 'HTTP_HOST' => 'www.cleanlearning.hippoclients.com' 'SCRIPT_URI' => 'http://www.cleanlearning.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.cleanlearning.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711400725.7511 'REQUEST_TIME' => 1711400725 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-25 21:20:58 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 21:20:58 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 21:20:58 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 21:20:58 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 21:20:58 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 21:20:58 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 21:20:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 21:20:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 21:20:58 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 21:20:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 21:20:58 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-25 21:20:58 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 21:20:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 21:20:58 [-][-][-][info][yii\web\Session::open] Session started 2024-03-25 21:20:58 [-][-][-][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' => '39103' 'SCRIPT_FILENAME' => '/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.145.216' '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_REFERER' => 'https://everydayinclusion.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' => 'everydayinclusion.com' 'SSL_TLS_SNI' => 'everydayinclusion.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://everydayinclusion.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'everydayinclusion.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://everydayinclusion.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711426858.1172 'REQUEST_TIME' => 1711426858 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-25 21:20:59 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 21:20:59 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20:59 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 21:20:59 [-][-][-][info][yii\web\Session::open] Session started 2024-03-25 21:20:59 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 21:20:59 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-25 21:20:59 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-25 21:20:59 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-25 21:20:59 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 21:20:59 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 21:20:59 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-25 21:20:59 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-25 21:20:59 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20: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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][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-03-25 21:20:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-25 21:20:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-25 21:20:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-25 21:20:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-25 21:20:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-25 21:20:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-25 21:20:59 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-25 21:20:59 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-25 21:20:59 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-25 21:20:59 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-25 21:20:59 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => '830uoqnkkd1vtm4r44koub8gf5' ] $_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' => '39105' 'SCRIPT_FILENAME' => '/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.145.216' '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_COOKIE' => 'CraftSessionId=830uoqnkkd1vtm4r44koub8gf5' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'https://everydayinclusion.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' => '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' => 1711426859.6295 'REQUEST_TIME' => 1711426859 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-25 22:31:02 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 22:31:02 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 22:31:02 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 22:31:02 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 22:31:02 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 22:31:02 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 22:31:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 22:31:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 22:31:02 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 22:31:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 22:31:02 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 22:31:02 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-25 22:31:02 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-25 22:31:02 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 22:31:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 22:31:02 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-25 22:31:02 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-25 22:31:02 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-25 22:31:02 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31:02 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 22:31:02 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 22:31:02 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31: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-03-25 22:31:02 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-25 22:31:02 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-25 22:31: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' => '20464' 'SCRIPT_FILENAME' => '/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' => '135.181.212.177' '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_HOST' => 'outhill.com' 'HTTP_CONNECTION' => 'close' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711431062.3873 'REQUEST_TIME' => 1711431062 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-25 22:46:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 22:46:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 22:46:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 22:46:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 22:46:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 22:46:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 22:46:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 22:46:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 22:46:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 22:46:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 22:46:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 22:46:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-25 22:46:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-25 22:46:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 22:46:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 22:46:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-25 22:46:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-25 22:46:06 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-25 22:46:06 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 22:46:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 22:46:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46: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-03-25 22:46:06 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-25 22:46:06 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-25 22:46: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' => '62719' 'SCRIPT_FILENAME' => '/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.145.187' '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_REFERER' => 'https://everydayinclusion.com/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' => 'everydayinclusion.com' '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' => 1711431966.104 'REQUEST_TIME' => 1711431966 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-25 23:15:56 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 23:15:56 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 23:15:56 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 23:15:56 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 23:15:56 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 23:15:56 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 23:15:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 23:15:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 23:15:56 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 23:15:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 23:15:56 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 23:15:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/requirements-check 2024-03-25 23:15:56 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRequirementsCheck() 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-25 23:15:56 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 23:15:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 23:15:56 [-][-][-][info][yii\web\Session::open] Session started 2024-03-25 23:15:56 [-][-][-][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' => '20599' 'SCRIPT_FILENAME' => '/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' => '40.77.167.60' 'SERVER_PORT' => '443' '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_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36' 'HTTP_HOST' => 'whywomenwork.com' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_FROM' => 'bingbot(at)microsoft.com' 'SSL_TLS_SNI' => 'whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'whywomenwork.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://whywomenwork.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711433756.472 'REQUEST_TIME' => 1711433756 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-25 23:15:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 23:15:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 23:15:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-25 23:15:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-25 23:15:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-25 23:15:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 23:15:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 23:15:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-25 23:15:57 [-][-][-][info][yii\web\Session::open] Session started 2024-03-25 23:15:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 23:15:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 23:15:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-25 23:15:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-25 23:15:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-25 23:15:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-25 23:15:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-25 23:15:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-25 23:15:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-25 23:15:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-25 23:15:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-25 23:15:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-25 23:15:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 23:15:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 23:15:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15: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-03-25 23:15:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-25 23:15: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-03-25 23:15: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-03-25 23:15:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-25 23:15:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-25 23:15:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-25 23:15:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-25 23:15:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-25 23:15:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-25 23:15:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-25 23:15:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-25 23:15:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-25 23:15:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-25 23:15:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-25 23:15:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-25 23:15:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-25 23:15:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => '5kfdvgmaikj2gr918bl9d3s6d7' 'path' => '/' 'secure' => '' 'HttpOnly' => '' ] $_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' => '20599' 'SCRIPT_FILENAME' => '/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' => '40.77.167.60' 'SERVER_PORT' => '443' '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' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36' 'HTTP_ACCEPT' => '*/*' 'HTTP_COOKIE' => 'CraftSessionId=5kfdvgmaikj2gr918bl9d3s6d7; path=/; secure; HttpOnly' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_FROM' => 'bingbot(at)microsoft.com' 'SSL_TLS_SNI' => 'whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'whywomenwork.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://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' => 1711433757.1376 'REQUEST_TIME' => 1711433757 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 03:08:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 03:08:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 03:08:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 03:08:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 03:08:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 03:08:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 03:08:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 03:08:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 03:08:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 03:08:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 03:08:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 03:08:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 03:08:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 03:08:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 03:08:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 03:08:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 03:08:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-26 03:08:26 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-26 03:08:26 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 03:08:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 03:08:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08: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-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][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-03-26 03:08:26 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-26 03:08:26 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-26 03:08:26 [-][-][-][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' => '64121' 'SCRIPT_FILENAME' => '/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.117' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'hippoclients.com' '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' => 1711447706.7036 'REQUEST_TIME' => 1711447706 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 05:10:56 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:10:56 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:10:56 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:10:56 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 05:10:56 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 05:10:56 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:10:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:10:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:10:56 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:10:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:10:56 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:10:56 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 05:10:56 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 05:10:56 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 05:10:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 05:10:56 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 05:10:56 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-26 05:10:56 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-26 05:10:56 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10:56 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 05:10:56 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 05:10:56 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10: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-03-26 05:10:56 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-26 05:10:56 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-26 05:10: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' => '34231' 'SCRIPT_FILENAME' => '/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.134.212' 'SERVER_PORT' => '443' '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_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'https://culturaldna.com/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' => 'culturaldna.com' 'SSL_TLS_SNI' => 'culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711455056.1726 'REQUEST_TIME' => 1711455056 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 05:35:43 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:35:43 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:35:43 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:35:43 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 05:35:43 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 05:35:43 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 05:35: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-03-26 05:35: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-03-26 05:35: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-03-26 05:35:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:35:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:35:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:35:43 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:35:43 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:35:43 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:35:43 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:43 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 05:35:43 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 05:35:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 05:35:43 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 05:35:43 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-26 05:35:43 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-26 05:35:43 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 05:35:43 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 05:35:43 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][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-03-26 05:35:43 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-26 05:35:43 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-26 05:35:43 [-][-][-][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' => '35794' 'SCRIPT_FILENAME' => '/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' => '141.94.106.71' '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_HOST' => 'ctmfile.hippoclients.com' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_REFERER' => 'http://ctmfile.hippoclients.com/fulfillmentworks/' 'SCRIPT_URI' => 'http://ctmfile.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711456543.5045 'REQUEST_TIME' => 1711456543 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 05:35:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:35:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:35:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:35:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 05:35:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 05:35:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 05:35: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-03-26 05:35: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-03-26 05:35: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-03-26 05:35:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:35:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:35:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:35:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:35:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:35:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 05:35:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 05:35:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 05:35:54 [-][-][-][info][yii\web\Session::open] Session started 2024-03-26 05:35:54 [-][-][-][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' => '60954' 'SCRIPT_FILENAME' => '/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' => '141.94.106.71' '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_HOST' => 'ctmfile.hippoclients.com' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_REFERER' => 'http://ctmfile.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URI' => 'http://ctmfile.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://ctmfile.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711456554.8004 'REQUEST_TIME' => 1711456554 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 05:36:23 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:36:23 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:36:23 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 05:36:23 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 05:36:23 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 05:36:23 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:36:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:36:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 05:36:23 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:36:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:36:23 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 05:36:23 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-26 05:36:23 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-26 05:36:23 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-26 05:36:23 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 05:36:23 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 05:36:23 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 05:36:23 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-26 05:36:23 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-26 05:36:23 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-26 05:36:23 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 05:36:23 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 05:36:23 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36: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-03-26 05:36:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-26 05:36: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-03-26 05:36: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-03-26 05:36:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-26 05:36: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-03-26 05:36: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-03-26 05:36:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-26 05:36: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-03-26 05:36: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-03-26 05:36:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-26 05:36: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-03-26 05:36: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-03-26 05:36:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-26 05:36: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-03-26 05:36: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-03-26 05:36:23 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-26 05:36:23 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-26 05:36:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 05:36:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 05:36:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 05:36:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 05:36:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 05:36:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 05:36:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-26 05:36:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 05:36:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 05:36:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-26 05:36:23 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-26 05:36: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' => '45014' 'SCRIPT_FILENAME' => '/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' => '141.94.106.71' '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_HOST' => 'ctmfile.hippoclients.com' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_REFERER' => 'http://ctmfile.hippoclients.com/fulfillmentworks/web/admin' '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' => 1711456583.0721 'REQUEST_TIME' => 1711456583 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 06:41:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 06:41:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 06:41:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 06:41:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 06:41:00 [-][-][-][info][yii\web\Session::open] Session started 2024-03-26 06:41:00 [-][-][-][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' => '62447' 'SCRIPT_FILENAME' => '/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.156.71' '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.163' 'HTTP_VIA' => '1.1 sin3-tysearch-crawler-178-28-67 (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' => 1711460460.5516 'REQUEST_TIME' => 1711460460 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 06:41:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 06:41:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 06:41:00 [-][-][-][info][yii\web\Session::open] Session started 2024-03-26 06:41:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 06:41:00 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-26 06:41:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-26 06:41:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-26 06:41:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 06:41:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 06:41:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 06:41:00 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-26 06:41:00 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41: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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][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-03-26 06:41:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-26 06:41:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-26 06:41:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-26 06:41:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-26 06:41:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 06:41:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-26 06:41:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 06:41:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 06:41:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-26 06:41:00 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-26 06:41:00 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => '64trjn785erhflbnbp039kamij' ] $_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' => '62447' 'SCRIPT_FILENAME' => '/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.156.71' '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.163' 'HTTP_VIA' => '1.1 sin3-tysearch-crawler-178-28-67 (squid/5.7)' 'HTTP_HOST' => 'whywomenwork.co.uk' 'HTTP_COOKIE' => 'CraftSessionId=64trjn785erhflbnbp039kamij' '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' => 1711460460.8545 'REQUEST_TIME' => 1711460460 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 09:09:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 09:09:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 09:09:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 09:09:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 09:09:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 09:09:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09:09:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 09:09:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 09:09:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 09:09:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 09:09:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 09:09:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 09:09:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 09:09:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 09:09:05 [-][-][-][info][yii\web\Session::open] Session started 2024-03-26 09:09: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' => '60156' 'SCRIPT_FILENAME' => '/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' => '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' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ao.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ao.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711469345.8649 'REQUEST_TIME' => 1711469345 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 09:09:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 09:09:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 09:09:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 09:09:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 09:09:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 09:09:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 09:09:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 09:09:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 09:09:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 09:09:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 09:09:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 09:09:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 09:09:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 09:09:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 09:09:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 09:09:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-26 09:09:09 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-26 09:09:09 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 09:09:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 09:09:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09: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-03-26 09:09:09 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-26 09:09:09 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-26 09:09: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' => '46539' 'SCRIPT_FILENAME' => '/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' => 1711469349.7589 'REQUEST_TIME' => 1711469349 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 09:09:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 09:09:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 09:09:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 09:09:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 09:09:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 09:09:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09:09:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 09:09:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 09:09:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 09:09:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 09:09:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 09:09:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 09:09:13 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-26 09:09:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-26 09:09:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-26 09:09:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 09:09:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 09:09:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 09:09:13 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-26 09:09:13 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-26 09:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-26 09:09:13 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 09:09:13 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 09:09:13 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09: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-03-26 09:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-26 09:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-26 09:09:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 09:09:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 09:09:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 09:09:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 09:09:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 09:09:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 09:09:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-26 09:09:14 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 09:09:14 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 09:09:14 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-26 09:09:14 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-26 09: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' => '24573' 'SCRIPT_FILENAME' => '/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' => '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' => 1711469353.9707 'REQUEST_TIME' => 1711469353 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 12:02:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 12:02:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 12:02:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 12:02:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 12:02:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 12:02:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 12:02:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 12:02:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 12:02:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 12:02:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 12:02:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 12:02:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 12:02:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 12:02:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 12:02:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 12:02:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 12:02:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-26 12:02:41 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-26 12:02:41 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 12:02:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 12:02:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02: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-03-26 12:02:41 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-26 12:02:41 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-26 12:02: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' => '52822' 'SCRIPT_FILENAME' => '/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' => '188.165.212.137' '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_HOST' => 'hippoclients.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711479761.6551 'REQUEST_TIME' => 1711479761 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 13:59:08 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 13:59:08 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59:08 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 13:59:08 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 13:59:08 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-26 13:59:08 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-26 13:59:08 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-26 13:59:08 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 13:59:08 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 13:59:08 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 13:59:08 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-26 13:59:08 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59: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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][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-03-26 13:59:08 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-26 13:59:08 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-26 13:59:08 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-26 13:59:08 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-26 13:59:08 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 13:59:08 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-26 13:59:08 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 13:59:08 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 13:59:08 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-26 13:59:08 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-26 13:59: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' => '11869' 'SCRIPT_FILENAME' => '/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' => '64.124.8.28' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'outhill.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Wed, 20 Dec 2023 13:27:55 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://outhill.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'outhill.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://outhill.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711486748.8872 'REQUEST_TIME' => 1711486748 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 15:51:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 15:51:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 15:51:11 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 15:51:11 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 15:51:11 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 15:51:11 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 15:51: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-03-26 15:51: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-03-26 15:51: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-03-26 15:51:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 15:51:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 15:51:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 15:51:11 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 15:51:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 15:51:11 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 15:51:11 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 15:51:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 15:51:11 [-][-][-][info][yii\web\Session::open] Session started 2024-03-26 15:51:11 [-][-][-][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' => '46055' 'SCRIPT_FILENAME' => '/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' => '64.124.8.28' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'outhill.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Wed, 06 Dec 2023 07:05:37 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://outhill.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'outhill.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://outhill.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711493471.5905 'REQUEST_TIME' => 1711493471 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 17:49:19 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 17:49:19 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 17:49:19 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 17:49:19 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 17:49:19 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 17:49:19 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 17:49:19 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-26 17:49:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-26 17:49:19 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-26 17:49:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 17:49:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 17:49:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 17:49:19 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 17:49:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 17:49:19 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 17:49:19 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 17:49:19 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 17:49:19 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 17:49:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 17:49:19 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 17:49:19 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-26 17:49:19 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-26 17:49:19 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 17:49:19 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 17:49:19 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][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-03-26 17:49:19 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-26 17:49:19 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-26 17:49:19 [-][-][-][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' => '14267' 'SCRIPT_FILENAME' => '/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' => '64.124.8.28' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'outhill.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sat, 11 Nov 2023 12:15:40 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.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' => 1711500559.6037 'REQUEST_TIME' => 1711500559 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 19:08:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 19:08:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 19:08:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 19:08:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 19:08:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 19:08:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 19:08:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 19:08:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 19:08:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 19:08:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 19:08:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-26 19:08:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 19:08:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 19:08:34 [-][-][-][info][yii\web\Session::open] Session started 2024-03-26 19:08:34 [-][-][-][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' => '23273' 'SCRIPT_FILENAME' => '/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.146.158' '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' => 1711505314.5281 'REQUEST_TIME' => 1711505314 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-26 19:08:35 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-26 19:08:35 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08:35 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-26 19:08:35 [-][-][-][info][yii\web\Session::open] Session started 2024-03-26 19:08:35 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-26 19:08:35 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-26 19:08:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-26 19:08:35 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-26 19:08:35 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-26 19:08:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-26 19:08:35 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-26 19:08:35 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-26 19:08:35 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08: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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][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-03-26 19:08:35 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-26 19:08:35 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-26 19:08:35 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-26 19:08:35 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-26 19:08:35 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-26 19:08:35 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-26 19:08:35 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 19:08:35 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 19:08:35 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-26 19:08:35 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-26 19:08:35 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => '29r1oi1s8aqavljnjp7j047ter' ] $_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' => '23275' 'SCRIPT_FILENAME' => '/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.146.158' '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=29r1oi1s8aqavljnjp7j047ter' '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' => 1711505315.4051 'REQUEST_TIME' => 1711505315 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:11 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:11 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:11 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:11 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:11 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:11 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:11 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:11 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20:11 [-][-][-][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' => '42869' 'SCRIPT_FILENAME' => '/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' => '50.118.248.156' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ms1.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'ms1.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030401' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'ms1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ms1.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542011.6516 'REQUEST_TIME' => 1711542011 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:11 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:11 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:11 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:11 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:11 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:11 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:11 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:11 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20:11 [-][-][-][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' => '42107' 'SCRIPT_FILENAME' => '/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' => '172.121.217.54' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail.comune.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'mail.comune.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; Konqueror/3; Linux)' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'mail.comune.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.comune.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542011.8269 'REQUEST_TIME' => 1711542011 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:11 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:11 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:11 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:11 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:11 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:11 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:11 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:11 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][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-03-27 05:20:11 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:11 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20:11 [-][-][-][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' => '39463' 'SCRIPT_FILENAME' => '/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' => '50.118.248.90' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'authsmtp.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'authsmtp.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030401' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'authsmtp.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://authsmtp.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542011.8219 'REQUEST_TIME' => 1711542011 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/requirements-check 2024-03-27 05:20:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRequirementsCheck() 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:11 [-][-][-][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' => '57529' 'SCRIPT_FILENAME' => '/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' => '104.200.76.234' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'email.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'email.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'email.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://email.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'email.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://email.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542011.9944 'REQUEST_TIME' => 1711542011 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:12 [-][-][-][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' => '16717' 'SCRIPT_FILENAME' => '/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' => '104.194.192.214' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ns1.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'ns1.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.2210.133' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'ns1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ns1.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ns1.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ns1.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542012.099 'REQUEST_TIME' => 1711542012 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:12 [-][-][-][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' => '19549' 'SCRIPT_FILENAME' => '/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' => '104.164.161.32' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; Konqueror/3; Linux)' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542012.1521 'REQUEST_TIME' => 1711542012 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:12 [-][-][-][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' => '50615' 'SCRIPT_FILENAME' => '/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' => '104.232.39.60' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail2.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'mail2.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.2; rv:109.0) Gecko/20100101 Firefox/121.0' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail2.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail2.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542012.2247 'REQUEST_TIME' => 1711542012 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:12 [-][-][-][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' => '39177' 'SCRIPT_FILENAME' => '/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' => '45.5.65.202' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'box.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'box.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.2; rv:109.0) Gecko/20100101 Firefox/121.0' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'box.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://box.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'box.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://box.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542012.4798 'REQUEST_TIME' => 1711542012 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:12 [-][-][-][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' => '3793' 'SCRIPT_FILENAME' => '/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' => '104.165.105.81' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'home.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'home.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.2; rv:109.0) Gecko/20100101 Firefox/121.0' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'home.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://home.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'home.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://home.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542012.8659 'REQUEST_TIME' => 1711542012 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:13 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:13 [-][-][-][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' => '11225' 'SCRIPT_FILENAME' => '/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' => '103.105.167.178' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ms.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'ms.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_2_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'ms.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ms.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ms.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ms.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542013.0757 'REQUEST_TIME' => 1711542013 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:24 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:24 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:24 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:24 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:24 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:24 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:24 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:24 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:24 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:24 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:24 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:24 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:24 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:24 [-][-][-][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' => '16313' 'SCRIPT_FILENAME' => '/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' => '104.143.88.126' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'relay.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'relay.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.2; rv:109.0) Gecko/20100101 Firefox/121.0' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'relay.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'relay.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://relay.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542024.9564 'REQUEST_TIME' => 1711542024 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:24 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:24 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:24 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:24 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:24 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:24 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:24 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:24 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:24 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:24 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:24 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:24 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:24 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:24 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:24 [-][-][-][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' => '61069' 'SCRIPT_FILENAME' => '/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' => '172.121.222.97' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail9.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'mail9.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.2210.133' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'mail9.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail9.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail9.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail9.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542024.953 'REQUEST_TIME' => 1711542024 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:25 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20: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' => '52377' 'SCRIPT_FILENAME' => '/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' => '172.121.216.75' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'm.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'm.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_2_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'm.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://m.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'm.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://m.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542025.0018 'REQUEST_TIME' => 1711542025 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:25 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:25 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:25 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20: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' => '23233' 'SCRIPT_FILENAME' => '/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' => '104.232.39.146' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'mail.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.2; rv:109.0) Gecko/20100101 Firefox/121.0' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'mail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542025.0424 'REQUEST_TIME' => 1711542025 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:25 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:25 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:25 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20: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' => '38831' 'SCRIPT_FILENAME' => '/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' => '172.121.221.78' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mailx.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'mailx.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'mailx.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mailx.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542025.0497 'REQUEST_TIME' => 1711542025 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:25 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:25 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:25 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20: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' => '57569' 'SCRIPT_FILENAME' => '/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' => '103.105.167.220' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'server.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'server.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/121.0' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'server.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://server.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542025.089 'REQUEST_TIME' => 1711542025 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:25 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:25 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:26 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20: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' => '19223' 'SCRIPT_FILENAME' => '/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' => '107.165.134.89' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail02.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'mail02.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_2_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail02.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542025.9829 'REQUEST_TIME' => 1711542025 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:26 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:26 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:26 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20:26 [-][-][-][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' => '24317' 'SCRIPT_FILENAME' => '/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' => '172.121.220.245' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pop3.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'pop3.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.2210.133' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'pop3.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pop3.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542026.0862 'REQUEST_TIME' => 1711542026 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:26 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:26 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][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-03-27 05:20:26 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:26 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20:26 [-][-][-][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' => '51929' 'SCRIPT_FILENAME' => '/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' => '192.177.58.84' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'spam.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'spam.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.2210.133' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'spam.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://spam.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542026.3432 'REQUEST_TIME' => 1711542026 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:33 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:33 [-][-][-][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' => '38295' 'SCRIPT_FILENAME' => '/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' => '172.121.218.119' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'relay1.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'relay1.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; Konqueror/3; Linux)' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'relay1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay1.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'relay1.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://relay1.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542033.671 'REQUEST_TIME' => 1711542033 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:33 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:33 [-][-][-][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' => '34477' 'SCRIPT_FILENAME' => '/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' => '172.121.216.13' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail11.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'mail11.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/121.0' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'mail11.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail11.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail11.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail11.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542033.6979 'REQUEST_TIME' => 1711542033 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:33 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:33 [-][-][-][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' => '35809' 'SCRIPT_FILENAME' => '/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' => '104.194.192.165' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mailgate.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'mailgate.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/121.0' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'mailgate.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mailgate.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mailgate.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mailgate.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542033.7422 'REQUEST_TIME' => 1711542033 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:33 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:33 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:33 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:33 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20: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' => '57413' 'SCRIPT_FILENAME' => '/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' => '104.194.196.118' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'webmail.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'webmail.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'webmail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542033.7932 'REQUEST_TIME' => 1711542033 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:34 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:34 [-][-][-][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' => '14387' 'SCRIPT_FILENAME' => '/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' => '192.177.58.107' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'poczta.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'poczta.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'poczta.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://poczta.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'poczta.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://poczta.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542034.4461 'REQUEST_TIME' => 1711542034 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 05:20:34 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 05:20:34 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 05:20:34 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:34 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:34 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 05:20:34 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 05:20: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' => '38863' 'SCRIPT_FILENAME' => '/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' => '104.222.46.214' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail10.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'mail10.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030401' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'mail10.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail10.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542034.7099 'REQUEST_TIME' => 1711542034 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 05:20:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 05:20:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 05:20: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-03-27 05:20: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-03-27 05:20: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-03-27 05:20:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 05:20:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 05:20:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 05:20:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 05:20:34 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 05:20:34 [-][-][-][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' => '12321' 'SCRIPT_FILENAME' => '/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' => '104.168.40.9' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'smtpauth.pierview.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_BAGGAGE' => 'sentry-trace_id=1853ad1b47a5495ba5c0002751b3393f,sentry-environment=production,sentry-public_key=8862139d48f14c72adfaa016de079d2d' 'HTTP_SENTRY_TRACE' => '1853ad1b47a5495ba5c0002751b3393f-858a5df0e2a0499b' 'HTTP_HOST' => 'smtpauth.pierview.co.uk' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'HTTP_CONNECTION' => 'close' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate,identity' 'SSL_TLS_SNI' => 'smtpauth.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://smtpauth.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'smtpauth.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://smtpauth.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711542034.8083 'REQUEST_TIME' => 1711542034 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 08:29:22 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 08:29:22 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 08:29:22 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 08:29:22 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 08:29:22 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 08:29:22 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 08:29: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-03-27 08:29: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-03-27 08:29: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-03-27 08:29:22 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 08:29:22 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 08:29:22 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 08:29:22 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 08:29:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 08:29:22 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 08:29:22 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 08:29:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 08:29:22 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 08:29:22 [-][-][-][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' => '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' => '66.249.66.164' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'ctmfile.hippoclients.com' 'SSL_TLS_SNI' => 'ctmfile.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ctmfile.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ctmfile.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ctmfile.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711553362.2055 'REQUEST_TIME' => 1711553362 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 08:30:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 08:30:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 08:30:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 08:30:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 08:30:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 08:30:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 08:30:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 08:30:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 08:30:45 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 08:30:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 08:30:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 08:30:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 08:30:45 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 08:30:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 08:30:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 08:30:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 08:30:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 08:30:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 08:30:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 08:30:45 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 08:30:45 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 08:30:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 08:30:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 08:30:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30: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-03-27 08:30:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 08:30: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-03-27 08:30: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-03-27 08:30:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 08:30: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-03-27 08:30: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-03-27 08:30:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 08:30: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-03-27 08:30: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-03-27 08:30:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 08:30: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-03-27 08:30: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-03-27 08:30:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 08:30: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-03-27 08:30: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-03-27 08:30:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 08:30:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 08:30:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 08:30:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 08:30:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 08:30:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 08:30:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 08:30:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 08:30:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 08:30:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 08:30:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 08:30:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 08:30:45 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 08:30:45 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 'sh1bki7tourbdt1icq2lsinnl9' ] $_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' => '50350' 'SCRIPT_FILENAME' => '/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.165' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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_COOKIE' => 'CraftSessionId=sh1bki7tourbdt1icq2lsinnl9' 'HTTP_AMP_CACHE_TRANSFORM' => 'google;v=\"1..8\"' 'HTTP_HOST' => 'ctmfile.hippoclients.com' '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' => 1711553445.3111 'REQUEST_TIME' => 1711553445 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 09:04:39 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 09:04:39 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 09:04:39 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 09:04:39 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 09:04:39 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 09:04:39 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04:39 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 09:04:39 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 09:04:39 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 09:04:39 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 09:04:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 09:04:39 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 09:04:39 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 09:04:39 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 09:04:39 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 09:04:39 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 09:04:39 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 09:04:39 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 09:04:39 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 09:04:39 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 09:04:39 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 09:04:39 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04: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-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][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-03-27 09:04:39 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 09:04:39 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 09:04:39 [-][-][-][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' => '41798' 'SCRIPT_FILENAME' => '/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' => '101.44.249.17' '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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36' 'HTTP_CONNECTION' => 'Keep-Alive' 'HTTP_ACCEPT_LANGUAGE' => 'zh-CN' 'HTTP_ACCEPT' => '*/*' 'HTTP_COOKIE' => '' 'HTTP_REFERER' => 'http://whywomenwork.org/fulfillmentworks/web/' 'HTTP_ACCEPT_ENCODING' => 'deflate, gzip' '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' => 1711555479.3127 'REQUEST_TIME' => 1711555479 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 10:36:44 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 10:36:44 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 10:36:44 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 10:36:44 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 10:36:44 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 10:36:44 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 10:36:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 10:36:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 10:36:44 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 10:36:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 10:36:44 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 10:36:44 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 10:36:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 10:36:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 10:36:44 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 10:36:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 10:36:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 10:36:44 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 10:36:44 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 10:36:44 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 10:36:44 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 10:36:44 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 10:36:44 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36: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-03-27 10:36:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 10:36: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-03-27 10:36: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-03-27 10:36:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 10:36: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-03-27 10:36: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-03-27 10:36:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 10:36: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-03-27 10:36: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-03-27 10:36:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 10:36: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-03-27 10:36: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-03-27 10:36:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 10:36: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-03-27 10:36: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-03-27 10:36:44 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 10:36:44 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 10:36:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 10:36:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 10:36:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 10:36:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 10:36:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 10:36:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 10:36:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 10:36:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 10:36:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 10:36:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 10:36:44 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 10:36: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' => '36969' 'SCRIPT_FILENAME' => '/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' => '64.124.8.90' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'thefriend.hippoclients.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.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' => 1711561004.9081 'REQUEST_TIME' => 1711561004 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 10:46:59 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 10:46:59 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 10:46:59 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 10:46:59 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 10:46:59 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 10:46:59 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46:59 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 10:46:59 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 10:46:59 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 10:46:59 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 10:46:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 10:46:59 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 10:46:59 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 10:46:59 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 10:46:59 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 10:46:59 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 10:46:59 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 10:46:59 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 10:46:59 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 10:46:59 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46:59 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 10:46:59 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 10:46:59 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46: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-03-27 10:46:59 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 10:46:59 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 10:46: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' => '24357' 'SCRIPT_FILENAME' => '/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' => '64.124.8.90' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'thefriend.hippoclients.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Fri, 06 Oct 2023 17:01:11 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' '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' => 1711561619.2103 'REQUEST_TIME' => 1711561619 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 10:53:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 10:53:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 10:53:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 10:53:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 10:53:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 10:53:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 10:53:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 10:53:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 10:53:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 10:53:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 10:53:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 10:53:06 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 10:53:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 10:53:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 10:53:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 10:53:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 10:53:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 10:53:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 10:53:06 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 10:53:06 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 10:53:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 10:53:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 10:53:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53: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-03-27 10:53:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 10:53: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-03-27 10:53: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-03-27 10:53:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 10:53: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-03-27 10:53: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-03-27 10:53:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 10:53: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-03-27 10:53: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-03-27 10:53:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 10:53: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-03-27 10:53: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-03-27 10:53:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 10:53: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-03-27 10:53: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-03-27 10:53:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 10:53:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 10:53:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 10:53:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 10:53:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 10:53:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 10:53:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 10:53:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 10:53:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 10:53:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 10:53:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 10:53:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 10:53:06 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 10:53: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' => '36061' 'SCRIPT_FILENAME' => '/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' => '64.124.8.42' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail02.pierview.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_HOST' => 'mail02.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Thu, 07 Dec 2023 18:14:59 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail02.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail02.pierview.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' => 1711561986.2228 'REQUEST_TIME' => 1711561986 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 11:00:15 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:00:15 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:00:15 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:00:15 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 11:00:15 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 11:00:15 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 11:00: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-03-27 11:00: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-03-27 11:00: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-03-27 11:00:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:00:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:00:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:00:15 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:00:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:00:15 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 11:00:15 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 11:00:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 11:00:15 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 11:00: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' => '40033' 'SCRIPT_FILENAME' => '/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' => '64.124.8.42' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail02.pierview.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_HOST' => 'mail02.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sat, 25 Nov 2023 21:22:08 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail02.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail02.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711562415.9515 'REQUEST_TIME' => 1711562415 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 11:27:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:27:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:27:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:27:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 11:27:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 11:27:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:27:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:27:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:27:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:27:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:27:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:27:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 11:27:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 11:27:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 11:27:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 11:27:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 11:27:00 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 11:27:00 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 11:27:00 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27:00 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:27:00 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:27:00 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27: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-03-27 11:27:00 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 11:27:00 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 11:27: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' => '59321' 'SCRIPT_FILENAME' => '/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' => '50.21.188.70' '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' => 1711564020.7149 'REQUEST_TIME' => 1711564020 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 11:28:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:28:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:28:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:28:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 11:28:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 11:28:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11:28:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:28:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:28:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:28:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:28:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:28:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:28:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 11:28: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-03-27 11:28: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-03-27 11:28: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-03-27 11:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 11:28:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 11:28:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 11:28:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 11:28:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 11:28:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 11:28:01 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 11:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 11:28: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-03-27 11:28: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-03-27 11:28: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-03-27 11:28: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-03-27 11:28: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-03-27 11:28: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-03-27 11:28:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:28:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:28:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11: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-03-27 11:28: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-03-27 11:28: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-03-27 11:28: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-03-27 11:28:01 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 11:28:01 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 11:28: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' => '44845' 'SCRIPT_FILENAME' => '/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' => '64.124.8.42' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail02.pierview.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_HOST' => 'mail02.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Mon, 02 Oct 2023 00:51:54 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail02.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711564081.2363 'REQUEST_TIME' => 1711564081 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 11:32:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:32:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:32:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:32:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 11:32:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 11:32:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:32:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:32:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:32:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:32:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:32:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:32:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 11:32:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 11:32:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 11:32:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 11:32:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 11:32:20 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 11:32:20 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 11:32:20 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32:20 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:32:20 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:32:20 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32: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-03-27 11:32:20 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 11:32:20 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 11:32: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' => '54669' 'SCRIPT_FILENAME' => '/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' => '74.208.2.165' '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' => 1711564340.1905 'REQUEST_TIME' => 1711564340 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 11:32:50 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:32:50 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:32:50 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:32:50 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 11:32:50 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 11:32:50 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 11:32:50 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-27 11:32:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-27 11:32:50 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-27 11:32:50 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:32:50 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:32:50 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:32:50 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:32:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:32:50 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:32:50 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 11:32:50 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 11:32:50 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 11:32:50 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 11:32:50 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 11:32:50 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 11:32:50 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 11:32:50 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:32:50 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:32:50 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][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-03-27 11:32:50 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 11:32:50 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 11:32:50 [-][-][-][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' => '43731' 'SCRIPT_FILENAME' => '/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' => '74.208.2.154' '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' => 1711564370.8698 'REQUEST_TIME' => 1711564370 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 11:33:02 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:33:02 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:33:02 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 11:33:02 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 11:33:02 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 11:33:02 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 11:33: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-03-27 11:33: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-03-27 11:33: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-03-27 11:33:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:33:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:33:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 11:33:02 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:33:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:33:02 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 11:33:02 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 11:33:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 11:33:02 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 11:33:02 [-][-][-][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' => '47967' 'SCRIPT_FILENAME' => '/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' => '74.208.2.174' '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/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'everydayinclusion.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://everydayinclusion.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711564382.3976 'REQUEST_TIME' => 1711564382 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 12:21:39 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 12:21:39 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 12:21:39 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 12:21:39 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 12:21:39 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 12:21:39 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21:39 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 12:21:39 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 12:21:39 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 12:21:39 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 12:21:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 12:21:39 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 12:21:39 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 12:21:39 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 12:21:39 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 12:21:39 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 12:21:39 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 12:21:39 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 12:21:39 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 12:21:39 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 12:21:39 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 12:21:39 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 12:21:39 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 12:21:39 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21: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-03-27 12:21:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 12:21: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-03-27 12:21: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-03-27 12:21:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 12:21: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-03-27 12:21: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-03-27 12:21:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 12:21: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-03-27 12:21: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-03-27 12:21:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 12:21: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-03-27 12:21: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-03-27 12:21:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 12:21: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-03-27 12:21: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-03-27 12:21:39 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 12:21:39 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 12:21:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 12:21:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 12:21:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 12:21:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 12:21:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 12:21:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 12:21:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 12:21:39 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 12:21:39 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 12:21:39 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 12:21:39 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 12:21: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' => '10049' 'SCRIPT_FILENAME' => '/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' => '64.124.8.58' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'spam.pierview.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_HOST' => 'spam.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Mon, 28 Aug 2023 23:45:28 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'spam.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://spam.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'spam.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://spam.pierview.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' => 1711567299.6187 'REQUEST_TIME' => 1711567299 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 12:51:03 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 12:51:03 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 12:51:03 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 12:51:03 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 12:51:03 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 12:51:03 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 12:51: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-03-27 12:51: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-03-27 12:51: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-03-27 12:51:03 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 12:51:03 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 12:51:03 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 12:51:03 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 12:51:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 12:51:03 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 12:51:03 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 12:51:03 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 12:51:03 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 12:51: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' => '37218' 'SCRIPT_FILENAME' => '/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' => '216.244.66.201' '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_ACCEPT_CHARSET' => 'utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)' 'HTTP_ACCEPT' => '*/*' 'HTTP_HOST' => 'whywomenwork.org' 'SCRIPT_URI' => 'http://whywomenwork.org/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://whywomenwork.org/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711569063.006 'REQUEST_TIME' => 1711569063 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 12:54:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 12:54:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 12:54:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 12:54:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 12:54:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 12:54:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 12:54: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-03-27 12:54: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-03-27 12:54: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-03-27 12:54:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 12:54:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 12:54:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 12:54:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 12:54:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 12:54:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 12:54:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 12:54:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 12:54:54 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 12:54:54 [-][-][-][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' => '55825' 'SCRIPT_FILENAME' => '/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.149.97' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' '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' => 1711569294.8916 'REQUEST_TIME' => 1711569294 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 13:28:35 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 13:28:35 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 13:28:35 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 13:28:35 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 13:28:35 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 13:28:35 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28:35 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 13:28:35 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 13:28:35 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 13:28:35 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 13:28:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 13:28:35 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 13:28:35 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 13:28:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 13:28:35 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 13:28:35 [-][-][-][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' => '33735' 'SCRIPT_FILENAME' => '/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.155.122' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ww.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_REFERER' => 'https://ww.outhill.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' => 'ww.outhill.com' 'SSL_TLS_SNI' => 'ww.outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ww.outhill.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ww.outhill.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ww.outhill.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711571315.973 'REQUEST_TIME' => 1711571315 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 13:28:36 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 13:28:36 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 13:28:36 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 13:28:36 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 13:28:36 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 13:28:36 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28:36 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 13:28:36 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 13:28:36 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 13:28:36 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 13:28:36 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 13:28:36 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 13:28:36 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 13:28:36 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 13:28:36 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 13:28:36 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 13:28:36 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 13:28:36 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 13:28:36 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 13:28:36 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 13:28:36 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 13:28:36 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 13:28:36 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 13:28:36 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 13:28:36 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28: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-03-27 13:28:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 13:28: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-03-27 13:28: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-03-27 13:28:36 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 13:28:36 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 13:28:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 13:28:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 13:28:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 13:28:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 13:28:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 13:28:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 13:28:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 13:28:36 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 13:28:36 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 13:28:36 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 13:28:36 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 13:28:36 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 'phr1rgjehtrdqr7g7gcs4e7a88' ] $_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' => '33737' 'SCRIPT_FILENAME' => '/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.155.122' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ww.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_COOKIE' => 'CraftSessionId=phr1rgjehtrdqr7g7gcs4e7a88' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'https://ww.outhill.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' => 'ww.outhill.com' 'SSL_TLS_SNI' => 'ww.outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ww.outhill.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ww.outhill.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ww.outhill.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711571316.6929 'REQUEST_TIME' => 1711571316 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 13:55:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 13:55:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 13:55:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 13:55:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 13:55:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 13:55:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 13:55: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-03-27 13:55: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-03-27 13:55: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-03-27 13:55:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 13:55:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 13:55:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 13:55:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 13:55:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 13:55:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 13:55:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 13:55:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 13:55:20 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 13:55:20 [-][-][-][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' => '58959' 'SCRIPT_FILENAME' => '/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.36.149.91' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.pembs-shrink.hippoclients.com' 'SCRIPT_URI' => 'http://www.pembs-shrink.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://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' => 1711572920.5113 'REQUEST_TIME' => 1711572920 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 15:17:24 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:17:24 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:17:24 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:17:24 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 15:17:24 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 15:17:24 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17:24 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:17:24 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:17:24 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:17:24 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:17:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:17:24 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:17:24 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:24 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 15:17:24 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 15:17:24 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 15:17:24 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 15:17:24 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 15:17:24 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 15:17:24 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17:24 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:17:24 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:17:24 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17:24 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 15:17:24 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 15:17: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' => '54148' 'SCRIPT_FILENAME' => '/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' => '51.15.196.148' '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_HOST' => 'barbara.hippoclients.com' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_REFERER' => 'http://barbara.hippoclients.com/fulfillmentworks/' 'SCRIPT_URI' => 'http://barbara.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711577844.3159 'REQUEST_TIME' => 1711577844 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 15:17:35 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:17:35 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:17:35 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:17:35 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 15:17:35 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 15:17:35 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 15:17: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-03-27 15:17: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-03-27 15:17: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-03-27 15:17:35 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:17:35 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:17:35 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:17:35 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:17:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:17:35 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 15:17:35 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 15:17:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 15:17:35 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 15:17:35 [-][-][-][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' => '54162' 'SCRIPT_FILENAME' => '/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' => '51.15.196.148' '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_HOST' => 'barbara.hippoclients.com' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_REFERER' => 'http://barbara.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URI' => 'http://barbara.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://barbara.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711577855.3094 'REQUEST_TIME' => 1711577855 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 15:18:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:18:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:18:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:18:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 15:18:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 15:18:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:18:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:18:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:18:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:18:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:18:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:18:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 15:18:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 15:18:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 15:18:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 15:18:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 15:18:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 15:18:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 15:18:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 15:18:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 15:18:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:18:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:18:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18: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-03-27 15:18:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 15:18: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-03-27 15:18: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-03-27 15:18:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 15:18: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-03-27 15:18: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-03-27 15:18:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 15:18: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-03-27 15:18: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-03-27 15:18:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 15:18: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-03-27 15:18: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-03-27 15:18:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 15:18: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-03-27 15:18: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-03-27 15:18:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 15:18:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 15:18:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 15:18:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 15:18:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 15:18:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 15:18:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 15:18:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 15:18:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 15:18:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 15:18:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 15:18:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 15:18:01 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 15:18: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' => '54246' 'SCRIPT_FILENAME' => '/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' => '51.15.196.148' '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_HOST' => 'barbara.hippoclients.com' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_REFERER' => 'http://barbara.hippoclients.com/fulfillmentworks/web/admin' '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' => 1711577881.1733 'REQUEST_TIME' => 1711577881 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 15:46:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:46:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:46:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:46:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 15:46:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 15:46:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:46:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:46:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:46:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:46:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:46:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:46:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 15:46:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 15:46:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 15:46:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 15:46:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 15:46:00 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 15:46:00 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 15:46:00 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46:00 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:46:00 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:46:00 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46:00 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 15:46:00 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 15:46: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' => '47379' 'SCRIPT_FILENAME' => '/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.70' '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_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/122.0.6261.94 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' => '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' => 1711579560.0611 'REQUEST_TIME' => 1711579560 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 15:46:32 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:46:32 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:46:32 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 15:46:32 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 15:46:32 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 15:46:32 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:46:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:46:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 15:46:32 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:46:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:46:32 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 15:46:32 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 15:46:32 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 15:46:32 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 15:46:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 15:46:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 15:46:32 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 15:46:32 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 15:46:32 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46:32 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:46:32 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:46:32 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46: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-03-27 15:46:32 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 15:46:32 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 15:46: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' => '49491' 'SCRIPT_FILENAME' => '/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' => '82.117.230.103' '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_REFERER' => 'http://www.br.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT_LANGUAGE' => 'pl-PL,pl;q=0.8' 'HTTP_SEC_GPC' => '1' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36' 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' 'HTTP_CONNECTION' => 'keep-alive' 'HTTP_HOST' => 'www.br.hippoclients.com' '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' => 1711579592.5564 'REQUEST_TIME' => 1711579592 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 16:43:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 16:43:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 16:43:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 16:43:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 16:43:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 16:43:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 16:43: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-03-27 16:43: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-03-27 16:43: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-03-27 16:43:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 16:43:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 16:43:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 16:43:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 16:43:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 16:43:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 16:43:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 16:43:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 16:43:49 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 16:43:49 [-][-][-][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' => '21131' 'SCRIPT_FILENAME' => '/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.79' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'trunk.hippoclients.com' 'SSL_TLS_SNI' => 'trunk.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://trunk.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'trunk.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://trunk.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711583029.9621 'REQUEST_TIME' => 1711583029 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 18:15:48 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 18:15:48 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 18:15:48 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 18:15:48 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 18:15:48 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 18:15:48 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 18:15:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 18:15:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 18:15:48 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 18:15:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 18:15:48 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 18:15:48 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 18:15:48 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 18:15:48 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 18:15:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 18:15:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 18:15:48 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 18:15:48 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 18:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15:48 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 18:15:48 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 18:15:48 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15: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-03-27 18:15:48 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 18:15:48 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 18:15:48 [-][-][-][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' => '56351' 'SCRIPT_FILENAME' => '/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.20' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'webdisk.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_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/122.0.6261.94 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' => 'webdisk.whywomenwork.com' 'SSL_TLS_SNI' => 'webdisk.whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webdisk.whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711588548.8631 'REQUEST_TIME' => 1711588548 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 19:18:51 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:18:51 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:18:51 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:18:51 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 19:18:51 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 19:18:51 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 19:18: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-03-27 19:18: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-03-27 19:18: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-03-27 19:18:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:18:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:18:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:18:51 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:18:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:18:51 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 19:18:51 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 19:18:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 19:18:51 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 19:18: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' => '21465' 'SCRIPT_FILENAME' => '/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.36.149.45' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail.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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'mail.whywomenwork.org' 'SCRIPT_URI' => 'http://mail.whywomenwork.org/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.whywomenwork.org/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711592331.4705 'REQUEST_TIME' => 1711592331 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 19:24:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:24:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:24:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:24:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 19:24:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 19:24:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:24:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:24:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:24:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:24:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:24:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:24:42 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 19:24:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 19:24:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 19:24:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 19:24:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 19:24:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 19:24:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 19:24:42 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 19:24:42 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 19:24:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 19:24:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 19:24:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24: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-03-27 19:24:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 19:24: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-03-27 19:24: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-03-27 19:24:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 19:24: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-03-27 19:24: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-03-27 19:24:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 19:24: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-03-27 19:24: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-03-27 19:24:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 19:24: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-03-27 19:24: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-03-27 19:24:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 19:24: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-03-27 19:24: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-03-27 19:24:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 19:24:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 19:24:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 19:24:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 19:24:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 19:24:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 19:24:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 19:24:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 19:24:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 19:24:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 19:24:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 19:24:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 19:24:42 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 19:24: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' => '52309' 'SCRIPT_FILENAME' => '/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.83' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail10.pierview.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_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/122.0.6261.94 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' => 'mail10.pierview.co.uk' 'SSL_TLS_SNI' => 'mail10.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail10.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail10.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail10.pierview.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' => 1711592682.9253 'REQUEST_TIME' => 1711592682 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 19:46:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:46:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:46:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:46:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 19:46:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 19:46:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:46:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:46:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:46:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:46:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:46:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 19:46:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 19:46:57 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 19:46:57 [-][-][-][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' => '44677' 'SCRIPT_FILENAME' => '/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.8' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => '35.177.183.28' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/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/122.0.6261.94 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' => '35.177.183.28' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://35.177.183.28/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://35.177.183.28/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711594017.362 'REQUEST_TIME' => 1711594017 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 19:46:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:46:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:46:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 19:46:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 19:46:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 19:46:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:46:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:46:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 19:46:57 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 19:46:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:46:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:46:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 19:46:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 19:46:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 19:46:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 19:46:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 19:46:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 19:46:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 19:46:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 19:46:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 19:46:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 19:46:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 19:46:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 19:46:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 19:46: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-03-27 19:46: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-03-27 19:46:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 19:46:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 19:46:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 19:46:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 19:46:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 19:46:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 19:46:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 19:46:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 19:46:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 19:46:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 19:46:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 19:46:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 19:46:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 19:46:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 'qpv8p5lenk4u2r12t2jbc113ha' ] $_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' => '44677' 'SCRIPT_FILENAME' => '/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.8' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => '35.177.183.28' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/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/122.0.6261.94 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_COOKIE' => 'CraftSessionId=qpv8p5lenk4u2r12t2jbc113ha' 'HTTP_AMP_CACHE_TRANSFORM' => 'google;v=\"1..8\"' 'HTTP_HOST' => '35.177.183.28' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://35.177.183.28/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://35.177.183.28/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711594017.516 'REQUEST_TIME' => 1711594017 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 20:40:23 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 20:40:23 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 20:40:23 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 20:40:23 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 20:40:23 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 20:40:23 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 20:40: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-03-27 20:40: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-03-27 20:40: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-03-27 20:40:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 20:40:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 20:40:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 20:40:23 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 20:40:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 20:40:23 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 20:40:23 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 20:40:23 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 20:40:23 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 20:40: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' => '15434' 'SCRIPT_FILENAME' => '/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' => '51.222.253.14' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'barbara.hippoclients.com' 'SCRIPT_URI' => 'http://barbara.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://barbara.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711597223.9686 'REQUEST_TIME' => 1711597223 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 20:47:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 20:47:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 20:47:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 20:47:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 20:47:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 20:47:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 20:47:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 20:47:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 20:47:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 20:47:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 20:47:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 20:47:54 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 20:47:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 20:47:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 20:47:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 20:47:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 20:47:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 20:47:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 20:47:54 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 20:47:54 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 20:47:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 20:47:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 20:47:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47: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-03-27 20:47:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 20:47: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-03-27 20:47: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-03-27 20:47:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 20:47: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-03-27 20:47: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-03-27 20:47:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 20:47: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-03-27 20:47: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-03-27 20:47:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 20:47: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-03-27 20:47: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-03-27 20:47:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 20:47: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-03-27 20:47: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-03-27 20:47:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 20:47:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 20:47:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 20:47:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 20:47:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 20:47:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 20:47:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 20:47:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 20:47:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 20:47:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 20:47:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 20:47:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 20:47:54 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 20:47: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' => '53592' 'SCRIPT_FILENAME' => '/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' => '37.57.218.243' '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_HOST' => 'outhill.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711597674.1481 'REQUEST_TIME' => 1711597674 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 21:52:22 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 21:52:22 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52:22 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 21:52:22 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 21:52:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 21:52:22 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 21:52:22 [-][-][-][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' => '35531' 'SCRIPT_FILENAME' => '/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' => '207.46.13.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_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_FROM' => 'bingbot(at)microsoft.com' 'HTTP_ACCEPT' => '*/*' 'HTTP_HOST' => 'culturaldna.com' 'SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711601542.1354 'REQUEST_TIME' => 1711601542 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 21:52:22 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 21:52:22 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52:22 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 21:52:22 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 21:52:22 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 21:52:22 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 21:52:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 21:52:22 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 21:52:22 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 21:52:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 21:52:22 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 21:52:22 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 21:52:22 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52: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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][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-03-27 21:52:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 21:52:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 21:52:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 21:52:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 21:52:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 21:52:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 21:52:22 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 21:52:22 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 21:52:22 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 21:52:22 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 21:52:22 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 't7g08f1bfmfbqbtn1s786g1rnv' 'path' => '/' 'HttpOnly' => '' ] $_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' => '35531' 'SCRIPT_FILENAME' => '/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' => '207.46.13.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_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36' 'HTTP_ACCEPT' => '*/*' 'HTTP_HOST' => 'culturaldna.com' 'HTTP_COOKIE' => 'CraftSessionId=t7g08f1bfmfbqbtn1s786g1rnv; path=/; HttpOnly' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_FROM' => 'bingbot(at)microsoft.com' 'SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711601542.8325 'REQUEST_TIME' => 1711601542 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 22:27:08 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 22:27:08 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 22:27:08 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 22:27:08 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 22:27:08 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 22:27:08 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27:08 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 22:27:08 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 22:27:08 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 22:27:08 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 22:27:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 22:27:08 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 22:27:08 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 22:27:08 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 22:27:08 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 22:27:08 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 22:27:08 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 22:27:08 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 22:27:08 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 22:27:08 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27:08 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 22:27:08 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 22:27:08 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27: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-03-27 22:27:08 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 22:27:08 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 22:27: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' => '33229' 'SCRIPT_FILENAME' => '/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' => '64.124.8.96' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'www.ysc-book.hippoclients.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Thu, 03 Aug 2023 03:45:00 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.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' => 1711603628.4206 'REQUEST_TIME' => 1711603628 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 22:34:46 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 22:34:46 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 22:34:46 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 22:34:46 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 22:34:46 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 22:34:46 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 22:34:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 22:34:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 22:34:46 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 22:34:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 22:34:46 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 22:34:46 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 22:34:46 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 22:34:46 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 22:34:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 22:34:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 22:34:46 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 22:34:46 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 22:34:46 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 22:34:46 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 22:34:46 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34: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-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][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-03-27 22:34:46 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 22:34:46 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 22:34:46 [-][-][-][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' => '54313' 'SCRIPT_FILENAME' => '/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.207' '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_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/122.0.6261.94 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' => 'whywomenwork.com' 'SCRIPT_URI' => 'http://whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711604086.4212 'REQUEST_TIME' => 1711604086 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 23:26:19 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:26:19 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 23:26:19 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-27 23:26:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:26:19 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:26:19 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 23:26:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 23:26:19 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 23:26:19 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 23:26:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 23:26:19 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 23:26:19 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 23:26:19 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][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-03-27 23:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 23:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 23:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 23:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 23:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 23:26:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:26:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:26:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 23:26:19 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 23:26:19 [-][-][-][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' => '60208' 'SCRIPT_FILENAME' => '/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' => '216.244.66.197' '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_CHARSET' => 'utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)' 'HTTP_ACCEPT' => '*/*' 'HTTP_HOST' => 'www.cleanlearning.hippoclients.com' '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' => 1711607179.6374 'REQUEST_TIME' => 1711607179 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 23:38:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:38:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:38:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:38:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 23:38:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 23:38:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 23:38: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-03-27 23:38: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-03-27 23:38: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-03-27 23:38:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:38:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:38:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:38:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:38:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:38:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 23:38:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 23:38:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 23:38:38 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 23:38:38 [-][-][-][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' => '50725' 'SCRIPT_FILENAME' => '/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' => '64.124.8.96' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'www.ysc-book.hippoclients.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Thu, 03 Aug 2023 05:38:11 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.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' => 1711607918.2042 'REQUEST_TIME' => 1711607918 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 23:41:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:41:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:41:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:41:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 23:41:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 23:41:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:41:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:41:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:41:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:41:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:41:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:41:52 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 23:41:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 23:41:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 23:41:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 23:41:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 23:41:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 23:41:52 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 23:41:52 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 23:41:52 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 23:41:52 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:41:52 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:41:52 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41: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-03-27 23:41:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 23:41: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-03-27 23:41: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-03-27 23:41:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 23:41: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-03-27 23:41: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-03-27 23:41:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 23:41: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-03-27 23:41: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-03-27 23:41:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 23:41: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-03-27 23:41: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-03-27 23:41:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 23:41: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-03-27 23:41: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-03-27 23:41:52 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 23:41:52 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 23:41:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:41:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:41:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:41:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:41:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:41:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:41:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 23:41:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:41:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:41:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 23:41:52 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 23:41: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' => '60004' 'SCRIPT_FILENAME' => '/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.8' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'hostmaster.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_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/122.0.6261.94 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' => 'hostmaster.whywomenwork.com' 'SSL_TLS_SNI' => 'hostmaster.whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hostmaster.whywomenwork.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'hostmaster.whywomenwork.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://hostmaster.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' => 1711608112.516 'REQUEST_TIME' => 1711608112 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 23:43:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:43:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:43:11 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:43:11 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 23:43:11 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 23:43:11 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:43:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:43:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:43:11 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:43:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:43:11 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 23:43:11 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 23:43:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 23:43:11 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 23:43:11 [-][-][-][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' => '65523' 'SCRIPT_FILENAME' => '/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.207' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pierview.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_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/122.0.6261.94 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' => 'pierview.co.uk' 'SSL_TLS_SNI' => 'pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711608191.2736 'REQUEST_TIME' => 1711608191 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 23:43:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:43:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:43:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:43:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 23:43:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 23:43:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:43:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:43:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:43:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-27 23:43:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:43:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:43:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:43:12 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 23:43:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 23:43:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 23:43:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 23:43:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 23:43:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 23:43:12 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 23:43:12 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 23:43:12 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 23:43:12 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:43:12 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:43:12 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43: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-03-27 23:43:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 23:43: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-03-27 23:43: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-03-27 23:43:12 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 23:43:12 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 23:43:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:43:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:43:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:43:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:43:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:43:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:43:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 23:43:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:43:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:43:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 23:43:12 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 23:43:12 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 'cu8j2glhe1n788fk083vfslmoa' ] $_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' => '56388' 'SCRIPT_FILENAME' => '/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.192' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pierview.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_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/122.0.6261.94 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_COOKIE' => 'CraftSessionId=cu8j2glhe1n788fk083vfslmoa' 'HTTP_AMP_CACHE_TRANSFORM' => 'google;v=\"1..8\"' 'HTTP_HOST' => 'pierview.co.uk' 'SSL_TLS_SNI' => 'pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://pierview.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' => 1711608192.2738 'REQUEST_TIME' => 1711608192 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 23:49:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:49:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:49:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:49:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 23:49:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 23:49:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:49:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:49:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:49:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:49:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:49:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:49:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-27 23:49:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-27 23:49:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-27 23:49:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 23:49:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 23:49:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 23:49:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-27 23:49:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-27 23:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-27 23:49:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:49:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:49:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49: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-03-27 23:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-27 23:49: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-03-27 23:49: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-03-27 23:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-27 23:49: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-03-27 23:49: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-03-27 23:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-27 23:49: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-03-27 23:49: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-03-27 23:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-27 23:49: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-03-27 23:49: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-03-27 23:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-27 23:49: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-03-27 23:49: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-03-27 23:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 23:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-27 23:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-27 23:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-27 23:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-27 23:49:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:49:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:49:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-27 23:49:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-27 23:49: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' => '45068' 'SCRIPT_FILENAME' => '/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.38' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'islefixit.hippoclients.com' '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' => 1711608597.4923 'REQUEST_TIME' => 1711608597 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-27 23:50:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:50:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:50:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-27 23:50:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-27 23:50:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-27 23:50:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:50:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:50:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-27 23:50:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:50:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:50:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-27 23:50:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-27 23:50:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-27 23:50:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-27 23:50:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-27 23:50:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-27 23:50:20 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-27 23:50:20 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-27 23:50:20 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50:20 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:50:20 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:50:20 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50: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-03-27 23:50:20 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-27 23:50:20 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-27 23:50: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' => '19109' 'SCRIPT_FILENAME' => '/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' => '64.124.8.37' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'email.pierview.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_HOST' => 'email.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sun, 06 Aug 2023 10:08:53 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'email.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://email.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711608620.7261 'REQUEST_TIME' => 1711608620 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 00:15:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:15:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:15:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:15:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 00:15:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 00:15:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:15:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:15:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:15:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:15:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:15:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:15:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 00:15:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 00:15:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 00:15:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 00:15:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 00:15:45 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 00:15:45 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 00:15:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 00:15:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15:45 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 00:15:45 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 00:15: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' => '13103' 'SCRIPT_FILENAME' => '/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' => '64.124.8.32' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ms1.pierview.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_HOST' => 'ms1.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Mon, 02 Oct 2023 00:15:02 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'ms1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ms1.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711610145.3476 'REQUEST_TIME' => 1711610145 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 00:15:48 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:15:48 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:15:48 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:15:48 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 00:15:48 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 00:15:48 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:15:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:15:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:15:48 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:15:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:15:48 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:15:48 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 00:15:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 00:15:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 00:15:48 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 00:15:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 00:15:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 00:15:48 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 00:15:48 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 00:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 00:15:48 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 00:15:48 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 00:15:48 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15: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-03-28 00:15:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 00:15: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-03-28 00:15: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-03-28 00:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 00:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 00:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 00:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 00:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 00:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 00:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 00:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 00:15:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 00:15:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 00:15:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 00:15:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 00:15:48 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 00:15: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' => '64623' 'SCRIPT_FILENAME' => '/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' => '64.124.8.37' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'email.pierview.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_HOST' => 'email.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Mon, 28 Aug 2023 17:16:56 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'email.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://email.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'email.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://email.pierview.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' => 1711610148.2563 'REQUEST_TIME' => 1711610148 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 00:35:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:35:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:35:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:35:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 00:35:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 00:35:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 00:35: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-03-28 00:35: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-03-28 00:35: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-03-28 00:35:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:35:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:35:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:35:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:35:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:35:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 00:35:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 00:35:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 00:35:37 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 00:35: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' => '25237' 'SCRIPT_FILENAME' => '/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.149.61' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' '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' => 1711611337.7483 'REQUEST_TIME' => 1711611337 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 00:47:36 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:47:36 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:47:36 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:47:36 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 00:47:36 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 00:47:36 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 00:47: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-03-28 00:47: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-03-28 00:47: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-03-28 00:47:36 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:47:36 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:47:36 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:47:36 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:47:36 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:47:36 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 00:47:36 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 00:47:36 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 00:47:36 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 00:47:36 [-][-][-][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' => '40898' 'SCRIPT_FILENAME' => '/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' => '216.244.66.197' '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_ACCEPT_CHARSET' => 'utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)' 'HTTP_ACCEPT' => '*/*' 'HTTP_HOST' => 'culturaldna.com' 'SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711612056.1894 'REQUEST_TIME' => 1711612056 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 00:49:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:49:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:49:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:49:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 00:49:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 00:49:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 00:49: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-03-28 00:49: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-03-28 00:49: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-03-28 00:49:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:49:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:49:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:49:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:49:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:49:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 00:49:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 00:49:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 00:49:45 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 00:49:45 [-][-][-][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' => '37623' 'SCRIPT_FILENAME' => '/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.149.78' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'gsis.hippoclients.com' 'SSL_TLS_SNI' => 'gsis.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://gsis.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'gsis.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://gsis.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711612185.1953 'REQUEST_TIME' => 1711612185 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 00:51:47 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:51:47 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:51:47 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 00:51:47 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 00:51:47 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 00:51:47 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 00:51:47 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 00:51:47 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 00:51:47 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 00:51:47 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:51:47 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:51:47 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 00:51:47 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:51:47 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:51:47 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 00:51:47 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 00:51:47 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 00:51:47 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 00:51:47 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 00:51:47 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 00:51:47 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 00:51:47 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 00:51:47 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 00:51:47 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 00:51:47 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][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-03-28 00:51:47 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 00:51:47 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 00:51: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' => '16787' 'SCRIPT_FILENAME' => '/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' => '64.124.8.56' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'relay1.pierview.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_HOST' => 'relay1.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sat, 05 Aug 2023 19:09:37 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'relay1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay1.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711612307.4077 'REQUEST_TIME' => 1711612307 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 01:01:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 01:01:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 01:01:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 01:01:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 01:01:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 01:01:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 01:01:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 01:01:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 01:01:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 01:01:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 01:01:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 01:01:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 01:01:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 01:01:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 01:01:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 01:01:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 01:01:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 01:01:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 01:01:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 01:01:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 01:01:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 01:01:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 01:01:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01: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-03-28 01:01:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 01:01: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-03-28 01:01: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-03-28 01:01:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 01:01: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-03-28 01:01: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-03-28 01:01:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 01:01: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-03-28 01:01: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-03-28 01:01:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 01:01: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-03-28 01:01: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-03-28 01:01:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 01:01: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-03-28 01:01: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-03-28 01:01:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 01:01:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 01:01:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:01:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:01:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:01:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:01:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:01:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:01:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 01:01:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 01:01:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 01:01:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 01:01:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 01:01: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' => '30629' 'SCRIPT_FILENAME' => '/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' => '64.124.8.34' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ww.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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'ww.outhill.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Mon, 11 Sep 2023 10:28:43 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'ww.outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ww.outhill.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ww.outhill.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ww.outhill.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711612881.1164 'REQUEST_TIME' => 1711612881 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 01:26:19 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 01:26:19 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 01:26:19 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 01:26:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 01:26:19 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 01:26:19 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 01:26:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 01:26:19 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 01:26:19 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 01:26:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 01:26:19 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 01:26:19 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 01:26:19 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][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-03-28 01:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 01:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 01:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 01:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 01:26:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:26:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 01:26:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 01:26:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 01:26:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 01:26:19 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 01:26:19 [-][-][-][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' => '50825' 'SCRIPT_FILENAME' => '/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' => '64.124.8.93' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'smtpauth.pierview.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_HOST' => 'smtpauth.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sun, 26 Nov 2023 05:33:38 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'smtpauth.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://smtpauth.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'smtpauth.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://smtpauth.pierview.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' => 1711614379.2663 'REQUEST_TIME' => 1711614379 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 01:40:43 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 01:40:43 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 01:40: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-03-28 01:40: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-03-28 01:40: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-03-28 01:40:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 01:40:43 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 01:40:43 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 01:40:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 01:40:43 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 01:40:43 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 01:40:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 01:40:43 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 01:40:43 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 01:40:43 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][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-03-28 01:40:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 01:40:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 01:40:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 01:40:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 01:40:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 01:40:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 01:40:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 01:40:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 01:40:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 01:40:43 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 01:40:43 [-][-][-][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' => '35483' 'SCRIPT_FILENAME' => '/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.161' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail9.pierview.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_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/122.0.6261.94 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' => 'mail9.pierview.co.uk' 'SSL_TLS_SNI' => 'mail9.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail9.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail9.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail9.pierview.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' => 1711615243.8166 'REQUEST_TIME' => 1711615243 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 02:03:50 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:03:50 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:03:50 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:03:50 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 02:03:50 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 02:03:50 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 02:03:50 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 02:03:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 02:03:50 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 02:03:50 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:03:50 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:03:50 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:03:50 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:03:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:03:50 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:03:50 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 02:03:50 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 02:03:50 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 02:03:50 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 02:03:50 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 02:03:50 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 02:03:50 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 02:03:50 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 02:03:50 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 02:03:50 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][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-03-28 02:03:50 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 02:03:50 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 02:03:50 [-][-][-][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' => '2218' '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' => '159.242.228.5' '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' => 'fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7' '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/123.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' => 1711616630.9427 'REQUEST_TIME' => 1711616630 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 02:18:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:18:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:18:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:18:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 02:18:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 02:18:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 02:18: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-03-28 02:18: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-03-28 02:18: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-03-28 02:18:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:18:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:18:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:18:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:18:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:18:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 02:18:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 02:18:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 02:18:21 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 02:18:21 [-][-][-][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' => '65147' 'SCRIPT_FILENAME' => '/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' => '64.124.8.51' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'sportcel.hippoclients.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sun, 27 Aug 2023 18:16:11 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'sportcel.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://sportcel.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'sportcel.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://sportcel.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711617501.3428 'REQUEST_TIME' => 1711617501 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 02:29:35 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:29:35 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:29:35 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:29:35 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 02:29:35 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 02:29:35 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 02:29: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-03-28 02:29: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-03-28 02:29: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-03-28 02:29:35 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:29:35 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:29:35 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:29:35 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:29:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:29:35 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 02:29:35 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 02:29:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 02:29:35 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 02:29:35 [-][-][-][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' => '15699' 'SCRIPT_FILENAME' => '/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.24' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.hippo.hippoclients.com' 'SSL_TLS_SNI' => 'www.hippo.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.hippo.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' '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' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711618175.6974 'REQUEST_TIME' => 1711618175 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 02:37:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:37:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:37:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:37:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 02:37:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 02:37:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:37:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:37:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:37:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:37:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:37:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:37:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 02:37:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 02:37:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 02:37:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 02:37:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 02:37:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 02:37:05 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 02:37:05 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 02:37:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 02:37:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37: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-03-28 02:37:05 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 02:37:05 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 02:37: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' => '47900' 'SCRIPT_FILENAME' => '/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.169.107.177' '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_HOST' => 'hippoclients.com' 'HTTP_USER_AGENT' => 'claudebot' 'HTTP_ACCEPT' => '*/*' 'SCRIPT_URI' => 'http://hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711618625.7554 'REQUEST_TIME' => 1711618625 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 02:45:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:45:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:45:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 02:45:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 02:45:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 02:45:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:45:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:45:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 02:45:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:45:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:45:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 02:45:25 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 02:45:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 02:45:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 02:45:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 02:45:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 02:45:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 02:45:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 02:45:25 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 02:45:25 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 02:45:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 02:45:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 02:45:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45: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-03-28 02:45:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 02:45: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-03-28 02:45: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-03-28 02:45:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 02:45: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-03-28 02:45: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-03-28 02:45:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 02:45: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-03-28 02:45: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-03-28 02:45:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 02:45: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-03-28 02:45: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-03-28 02:45:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 02:45: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-03-28 02:45: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-03-28 02:45:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 02:45:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 02:45:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 02:45:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 02:45:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 02:45:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 02:45:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 02:45:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 02:45:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 02:45:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 02:45:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 02:45:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 02:45:25 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 02:45: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' => '37081' 'SCRIPT_FILENAME' => '/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.43' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'islefixit.hippoclients.com' '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' => 1711619125.4779 'REQUEST_TIME' => 1711619125 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 03:23:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 03:23:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 03:23:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 03:23:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 03:23:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 03:23:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 03:23:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 03:23:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 03:23:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 03:23:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 03:23:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 03:23:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 03:23:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 03:23:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 03:23:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 03:23:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 03:23:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 03:23:37 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 03:23:37 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 03:23:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 03:23:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23: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-03-28 03:23:37 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 03:23:37 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 03:23: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' => '61272' 'SCRIPT_FILENAME' => '/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.203' 'SERVER_PORT' => '443' '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_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.com' 'SSL_TLS_SNI' => 'whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711621417.0101 'REQUEST_TIME' => 1711621417 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 04:41:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 04:41:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 04:41:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 04:41:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 04:41:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 04:41:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 04:41:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 04:41:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 04:41:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 04:41:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 04:41:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 04:41:26 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 04:41:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 04:41:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 04:41:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 04:41:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 04:41:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 04:41:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 04:41:26 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 04:41:26 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 04:41:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 04:41:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 04:41:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41: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-03-28 04:41:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 04:41: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-03-28 04:41: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-03-28 04:41:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 04:41: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-03-28 04:41: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-03-28 04:41:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 04:41: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-03-28 04:41: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-03-28 04:41:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 04:41: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-03-28 04:41: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-03-28 04:41:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 04:41: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-03-28 04:41: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-03-28 04:41:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 04:41:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 04:41:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 04:41:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 04:41:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 04:41:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 04:41:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 04:41:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 04:41:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 04:41:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 04:41:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 04:41:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 04:41:26 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 04:41: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' => '50001' 'SCRIPT_FILENAME' => '/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.3' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'barbara.hippoclients.com' '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' => 1711626086.534 'REQUEST_TIME' => 1711626086 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 04:52:03 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 04:52:03 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 04:52:03 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 04:52:03 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 04:52:03 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 04:52:03 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52:03 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 04:52:03 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 04:52:03 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 04:52:03 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 04:52:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 04:52:03 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 04:52:03 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 04:52:03 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 04:52:03 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 04:52:03 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 04:52:03 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 04:52:03 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 04:52:03 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 04:52:03 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 04:52:03 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 04:52:03 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 04:52:03 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 04:52:03 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52: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-03-28 04:52:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 04:52: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-03-28 04:52: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-03-28 04:52:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 04:52: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-03-28 04:52: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-03-28 04:52:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 04:52: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-03-28 04:52: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-03-28 04:52:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 04:52: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-03-28 04:52: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-03-28 04:52:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 04:52: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-03-28 04:52: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-03-28 04:52:03 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 04:52:03 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 04:52:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 04:52:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 04:52:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 04:52:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 04:52:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 04:52:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 04:52:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 04:52:03 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 04:52:03 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 04:52:03 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 04:52:03 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 04:52: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' => '18339' 'SCRIPT_FILENAME' => '/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' => '64.124.8.80' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'server.pierview.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_HOST' => 'server.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Mon, 28 Aug 2023 01:59:20 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'server.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://server.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'server.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://server.pierview.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' => 1711626723.0087 'REQUEST_TIME' => 1711626723 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 05:03:58 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:03:58 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:03:58 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:03:58 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 05:03:58 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 05:03:58 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:03:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:03:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:03:58 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:03:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:03:58 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:03:58 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 05:03:58 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 05:03:58 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 05:03:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 05:03:58 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 05:03:58 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 05:03:58 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 05:03:58 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 05:03:58 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 05:03:58 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03: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-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][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-03-28 05:03:58 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 05:03:58 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 05:03:58 [-][-][-][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' => '28392' 'SCRIPT_FILENAME' => '/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.205' '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_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' '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' => 1711627438.2363 'REQUEST_TIME' => 1711627438 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 05:04:51 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:04:51 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:04:51 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:04:51 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 05:04:51 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 05:04:51 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 05:04: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-03-28 05:04: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-03-28 05:04: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-03-28 05:04:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:04:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:04:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:04:51 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:04:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:04:51 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 05:04:51 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 05:04:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 05:04:51 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 05:04: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' => '48217' 'SCRIPT_FILENAME' => '/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' => '64.124.8.80' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'server.pierview.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_HOST' => 'server.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sun, 06 Aug 2023 14:46:18 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'server.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://server.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'server.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://server.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711627491.0634 'REQUEST_TIME' => 1711627491 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 05:35:15 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:35:15 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:35:15 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:35:15 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 05:35:15 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 05:35:15 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:35:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:35:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:35:15 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:35:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:35:15 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:35:15 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 05:35:15 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 05:35:15 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 05:35:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 05:35:15 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 05:35:15 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 05:35:15 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 05:35:15 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35:15 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 05:35:15 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 05:35:15 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35: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-03-28 05:35:15 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 05:35:15 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 05:35: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' => '35121' 'SCRIPT_FILENAME' => '/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.39' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'bwpa2013.hippoclients.com' 'SCRIPT_URI' => 'http://bwpa2013.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711629315.4814 'REQUEST_TIME' => 1711629315 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 05:43:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:43:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:43:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:43:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 05:43:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 05:43:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:43:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:43:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:43:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:43:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:43:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:43:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 05:43:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 05:43:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 05:43:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 05:43:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 05:43:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 05:43:09 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 05:43:09 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 05:43:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 05:43:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43: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-03-28 05:43:09 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 05:43:09 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 05:43: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' => '37281' 'SCRIPT_FILENAME' => '/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' => '64.124.8.84' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'relay.pierview.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_HOST' => 'relay.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Fri, 01 Sep 2023 10:40:19 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'relay.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711629789.7897 'REQUEST_TIME' => 1711629789 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 05:58:19 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:58:19 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:58:19 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 05:58:19 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 05:58:19 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 05:58:19 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 05:58:19 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 05:58:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 05:58:19 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 05:58:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:58:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:58:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 05:58:19 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:58:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:58:19 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 05:58:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/requirements-check 2024-03-28 05:58:19 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRequirementsCheck() 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 05:58:19 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 05:58:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 05:58:19 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 05:58:19 [-][-][-][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' => '40589' 'SCRIPT_FILENAME' => '/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' => '64.124.8.84' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'relay.pierview.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_HOST' => 'relay.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sun, 10 Sep 2023 19:25:36 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'relay.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'relay.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://relay.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711630699.8032 'REQUEST_TIME' => 1711630699 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 06:00:32 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:00:32 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:00:32 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:00:32 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 06:00:32 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 06:00:32 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:00:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:00:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:00:32 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:00:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:00:32 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:00:32 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 06:00:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 06:00:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 06:00:32 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 06:00:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 06:00:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 06:00:32 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 06:00:32 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 06:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 06:00:32 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:00:32 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:00:32 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00: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-03-28 06:00:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 06:00: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-03-28 06:00: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-03-28 06:00:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 06:00: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-03-28 06:00: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-03-28 06:00:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 06:00: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-03-28 06:00: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-03-28 06:00:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 06:00: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-03-28 06:00: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-03-28 06:00:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 06:00: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-03-28 06:00: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-03-28 06:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 06:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 06:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 06:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 06:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 06:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 06:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 06:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 06:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 06:00:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 06:00:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 06:00:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 06:00:32 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 06:00: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' => '36257' 'SCRIPT_FILENAME' => '/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.36.148.38' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pierview.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_ACCEPT_ENCODING' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'pierview.co.uk' 'SCRIPT_URI' => 'http://pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://pierview.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' => 1711630832.5228 'REQUEST_TIME' => 1711630832 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 06:12:16 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:12:16 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:12:16 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:12:16 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 06:12:16 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 06:12:16 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12:16 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:12:16 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:12:16 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:12:16 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:12:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:12:16 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:12:16 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 06:12:16 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 06:12:16 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 06:12:16 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 06:12:16 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 06:12:16 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 06:12:16 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 06:12:16 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12:16 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:12:16 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:12:16 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12: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-03-28 06:12:16 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 06:12:16 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 06:12: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' => '47677' 'SCRIPT_FILENAME' => '/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.167' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'thefriend.hippoclients.com' 'SCRIPT_URI' => 'http://thefriend.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711631536.8096 'REQUEST_TIME' => 1711631536 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 06:40:36 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:40:36 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:40:36 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:40:36 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 06:40:36 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 06:40:36 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40:36 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:40:36 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:40:36 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:40:36 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:40:36 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:40:36 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:40:36 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 06:40:36 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 06:40:36 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 06:40:36 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 06:40:36 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 06:40:36 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 06:40:36 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 06:40:36 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:40:36 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:40:36 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40: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-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][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-03-28 06:40:36 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 06:40:36 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 06:40:36 [-][-][-][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' => '38971' 'SCRIPT_FILENAME' => '/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' => '64.124.8.23' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail.pierview.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_HOST' => 'mail.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sun, 27 Aug 2023 16:15:12 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'mail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711633236.2812 'REQUEST_TIME' => 1711633236 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 06:53:59 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:53:59 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:53:59 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:53:59 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 06:53:59 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 06:54:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 06:54: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-03-28 06:54: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-03-28 06:54: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-03-28 06:54:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:54:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:54:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:54:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:54:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:54:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 06:54:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 06:54:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 06:54:00 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 06:53:59 [-][-][-][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' => '51018' 'SCRIPT_FILENAME' => '/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' => '216.244.66.197' '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_CHARSET' => 'utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)' 'HTTP_ACCEPT' => '*/*' 'HTTP_HOST' => 'bwpa2013.hippoclients.com' 'SCRIPT_URI' => 'http://bwpa2013.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://bwpa2013.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711634039.9901 'REQUEST_TIME' => 1711634039 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 06:55:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:55:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:55:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 06:55:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 06:55:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 06:55:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:55:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:55:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 06:55:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:55:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:55:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 06:55:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 06:55:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 06:55:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 06:55:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 06:55:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 06:55:20 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 06:55:20 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 06:55:20 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55:20 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:55:20 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:55:20 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55: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-03-28 06:55:20 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 06:55:20 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 06:55: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' => '41588' 'SCRIPT_FILENAME' => '/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.211.12.96' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => '35.177.183.28' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/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_ACCEPT' => 'text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2' 'HTTP_HOST' => '35.177.183.28' 'HTTP_USER_AGENT' => 'Java/17.0.3' 'SCRIPT_URI' => 'http://35.177.183.28/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711634120.0498 'REQUEST_TIME' => 1711634120 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 08:37:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 08:37:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 08:37:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 08:37:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 08:37:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 08:37:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 08:37: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-03-28 08:37: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-03-28 08:37: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-03-28 08:37:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 08:37:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 08:37:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 08:37:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 08:37:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 08:37:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 08:37:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 08:37:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 08:37:53 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 08:37:53 [-][-][-][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' => '17675' 'SCRIPT_FILENAME' => '/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.36.148.82' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.reeminder.hippoclients.com' 'SCRIPT_URI' => 'http://www.reeminder.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://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' => 1711640273.9091 'REQUEST_TIME' => 1711640273 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 09:03:22 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 09:03:22 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 09:03:22 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 09:03:22 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 09:03:22 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 09:03:22 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 09:03: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-03-28 09:03: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-03-28 09:03: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-03-28 09:03:22 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 09:03:22 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 09:03:22 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 09:03:22 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 09:03:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 09:03:22 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 09:03:22 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 09:03:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 09:03:22 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 09:03:22 [-][-][-][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' => '21933' 'SCRIPT_FILENAME' => '/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.88' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'islefixit.hippoclients.com' 'SSL_TLS_SNI' => 'islefixit.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://islefixit.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'islefixit.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://islefixit.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711641802.085 'REQUEST_TIME' => 1711641802 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 10:12:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 10:12:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 10:12:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 10:12:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 10:12:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 10:12:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 10:12:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 10:12:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 10:12:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 10:12:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 10:12:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 10:12:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 10:12:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 10:12:12 [-][-][-][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' => '63995' 'SCRIPT_FILENAME' => '/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' => 'mailx.pierview.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_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/122.0.6261.94 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' => 'mailx.pierview.co.uk' 'SSL_TLS_SNI' => 'mailx.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mailx.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mailx.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mailx.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711645932.1785 'REQUEST_TIME' => 1711645932 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 10:12:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 10:12:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 10:12:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 10:12:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 10:12:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 10:12:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 10:12:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 10:12:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 10:12:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 10:12:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 10:12:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 10:12:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 10:12:12 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 10:12:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 10:12:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 10:12:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 10:12:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 10:12:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 10:12:12 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 10:12:12 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 10:12:12 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 10:12:12 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 10:12:12 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 10:12:12 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 10:12: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-03-28 10:12: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-03-28 10:12:12 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 10:12:12 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 10:12:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 10:12:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 10:12:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 10:12:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 10:12:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 10:12:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 10:12:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 10:12:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 10:12:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 10:12:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 10:12:12 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 10:12:12 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => '7gc4u613dee5nkacav5mgga8re' ] $_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' => '63995' 'SCRIPT_FILENAME' => '/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' => 'mailx.pierview.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_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/122.0.6261.94 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_COOKIE' => 'CraftSessionId=7gc4u613dee5nkacav5mgga8re' 'HTTP_AMP_CACHE_TRANSFORM' => 'google;v=\"1..8\"' 'HTTP_HOST' => 'mailx.pierview.co.uk' 'SSL_TLS_SNI' => 'mailx.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mailx.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mailx.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mailx.pierview.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' => 1711645932.9212 'REQUEST_TIME' => 1711645932 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 10:38:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 10:38:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 10:38:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 10:38:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 10:38:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 10:38:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 10:38: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-03-28 10:38: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-03-28 10:38: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-03-28 10:38:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 10:38:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 10:38:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 10:38:46 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 10:38:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 10:38:46 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 10:38:46 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 10:38:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 10:38:46 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 10:38:45 [-][-][-][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' => '33836' 'SCRIPT_FILENAME' => '/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' => '216.244.66.197' '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_CHARSET' => 'utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)' 'HTTP_ACCEPT' => '*/*' 'HTTP_HOST' => 'imn.hippoclients.com' 'SCRIPT_URI' => 'http://imn.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://imn.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711647525.9868 'REQUEST_TIME' => 1711647525 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 11:52:23 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 11:52:23 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 11:52:23 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 11:52:23 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 11:52:23 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 11:52:23 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 11:52:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 11:52:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 11:52:23 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 11:52:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 11:52:23 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 11:52:23 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 11:52:23 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 11:52:23 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 11:52:23 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 11:52:23 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 11:52:23 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 11:52:23 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 11:52:23 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52:23 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 11:52:23 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 11:52:23 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52: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-03-28 11:52:23 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 11:52:23 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 11:52: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' => '51712' 'SCRIPT_FILENAME' => '/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' => '101.44.248.52' '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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36' 'HTTP_CONNECTION' => 'Keep-Alive' 'HTTP_ACCEPT_LANGUAGE' => 'zh-CN' 'HTTP_ACCEPT' => '*/*' 'HTTP_COOKIE' => '' 'HTTP_REFERER' => 'http://whywomenwork.org/fulfillmentworks/web/' 'HTTP_ACCEPT_ENCODING' => 'deflate, gzip' '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' => 1711651943.5779 'REQUEST_TIME' => 1711651943 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 12:07:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:07:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:07:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:07:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 12:07:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 12:07:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:07:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:07:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:07:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:07:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:07:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:07:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 12:07:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 12:07:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 12:07:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 12:07:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 12:07:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 12:07:42 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 12:07:42 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:07:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:07:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07: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-03-28 12:07:42 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 12:07:42 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 12:07: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' => '42164' 'SCRIPT_FILENAME' => '/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.199' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pierview.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_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' => 'pierview.co.uk' 'SCRIPT_URI' => 'http://pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711652862.725 'REQUEST_TIME' => 1711652862 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 12:25:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:25:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:25:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:25:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 12:25:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 12:25:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12:25:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:25:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:25:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12:25:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 12:25:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 12:25:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 12:25:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 12:25:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 12:25:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 12:25:01 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 12:25:01 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12:25:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:25:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:25:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12:25:01 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 12:25:01 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 12: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' => '49337' 'SCRIPT_FILENAME' => '/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.71' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'hostmaster.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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'hostmaster.everydayinclusion.com' 'SSL_TLS_SNI' => 'hostmaster.everydayinclusion.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hostmaster.everydayinclusion.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711653901.9017 'REQUEST_TIME' => 1711653901 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 12:26:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:26:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:26:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:26:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 12:26:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 12:26:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 12: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-03-28 12: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-03-28 12: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-03-28 12:26:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:26:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 12:26:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 12:26:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 12:26:41 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 12:26:41 [-][-][-][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' => '19213' 'SCRIPT_FILENAME' => '/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.121' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.barbara.hippoclients.com' 'SSL_TLS_SNI' => 'www.barbara.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.barbara.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' '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' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711654001.3237 'REQUEST_TIME' => 1711654001 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 12:31:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:31:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:31:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:31:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 12:31:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 12:31:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:31:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:31:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:31:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:31:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:31:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:31:05 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 12:31:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 12:31:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 12:31:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 12:31:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 12:31:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 12:31:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 12:31:05 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 12:31:05 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 12:31:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:31:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:31:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31: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-03-28 12:31:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 12:31: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-03-28 12:31: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-03-28 12:31:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 12:31: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-03-28 12:31: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-03-28 12:31:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 12:31: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-03-28 12:31: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-03-28 12:31:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 12:31: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-03-28 12:31: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-03-28 12:31:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 12:31: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-03-28 12:31: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-03-28 12:31:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 12:31:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 12:31:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 12:31:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 12:31:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 12:31:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 12:31:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 12:31:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 12:31:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 12:31:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 12:31:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 12:31:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 12:31:05 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 12:31: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' => '9099' 'SCRIPT_FILENAME' => '/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' => '64.124.8.96' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'www.ysc-book.hippoclients.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Thu, 03 Aug 2023 07:19:24 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.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' => 1711654265.5682 'REQUEST_TIME' => 1711654265 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 12:57:14 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 12:57:14 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 12:57:14 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 12:57:14 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 12:57:14 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 12:57:14 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 12:57:14 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 12:57:14 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 12:57:14 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 12:57:14 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 12:57:14 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 12:57:14 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 12:57:14 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][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-03-28 12:57:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 12:57:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 12:57:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 12:57:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 12:57:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 12:57:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 12:57:14 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 12:57:14 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 12:57:14 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 12:57:14 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 12:57:14 [-][-][-][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' => '61531' 'SCRIPT_FILENAME' => '/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' => '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/122.0.6261.94 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' => 'freshnation.hippoclients.com' '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' => 1711655834.3288 'REQUEST_TIME' => 1711655834 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 13:02:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:02:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:02:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:02:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 13:02:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 13:02:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:02:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:02:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:02:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:02:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:02:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:02:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 13:02:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 13:02:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 13:02:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 13:02:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 13:02:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 13:02:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 13:02:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 13:02:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 13:02:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:02:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:02:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02: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-03-28 13:02:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:02: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-03-28 13:02: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-03-28 13:02:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:02: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-03-28 13:02: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-03-28 13:02:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:02: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-03-28 13:02: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-03-28 13:02:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:02: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-03-28 13:02: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-03-28 13:02:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:02: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-03-28 13:02: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-03-28 13:02:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:02:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:02:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:02:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:02:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:02:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:02:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:02:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:02:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:02:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:02:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:02:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 13:02:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 13:02: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' => '54670' 'SCRIPT_FILENAME' => '/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.208' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'lullabyz.hippoclients.com' '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' => 1711656141.4096 'REQUEST_TIME' => 1711656141 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 13:12:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:12:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:12:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:12:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 13:12:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 13:12:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:12:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:12:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:12:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:12:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:12:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:12:34 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 13:12:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 13:12:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 13:12:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 13:12:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 13:12:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 13:12:34 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 13:12:34 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 13:12:34 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 13:12:34 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:12:34 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:12:34 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12: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-03-28 13:12:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:12: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-03-28 13:12: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-03-28 13:12:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:12: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-03-28 13:12: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-03-28 13:12:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:12: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-03-28 13:12: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-03-28 13:12:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:12: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-03-28 13:12: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-03-28 13:12:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:12: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-03-28 13:12: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-03-28 13:12:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:12:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:12:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:12:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:12:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:12:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:12:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:12:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:12:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:12:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:12:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:12:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 13:12:34 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 13:12: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' => '65254' 'SCRIPT_FILENAME' => '/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.81' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'mail.hippoclients.com' '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' => 1711656754.4074 'REQUEST_TIME' => 1711656754 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 13:19:55 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:19:55 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19:55 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:19:55 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:19:55 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 13:19:55 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 13:19:55 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 13:19:55 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 13:19:55 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 13:19:55 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 13:19:55 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 13:19:55 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19: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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][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-03-28 13:19:55 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:19:55 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:19:55 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:19:55 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:19:55 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:19:55 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:19:55 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:19:55 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:19:55 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 13:19:55 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 13:19:55 [-][-][-][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' => '46552' 'SCRIPT_FILENAME' => '/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.68' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'invidia.hippoclients.com' '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' => 1711657195.007 'REQUEST_TIME' => 1711657195 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 13:23:58 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:23:58 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:23:58 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:23:58 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 13:23:58 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 13:23:58 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:23:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:23:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:23:58 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:23:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:23:58 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:23:58 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 13:23:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 13:23:58 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 13:23:58 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 13:23:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 13:23:58 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 13:23:58 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 13:23:58 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 13:23:58 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 13:23:58 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:23:58 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:23:58 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23: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-03-28 13:23:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:23: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-03-28 13:23: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-03-28 13:23:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:23: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-03-28 13:23: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-03-28 13:23:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:23: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-03-28 13:23: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-03-28 13:23:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:23: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-03-28 13:23: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-03-28 13:23:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:23: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-03-28 13:23: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-03-28 13:23:58 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:23:58 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:23:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:23:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:23:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:23:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:23:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:23:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:23:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:23:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:23:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:23:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 13:23:58 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 13:23: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' => '54171' 'SCRIPT_FILENAME' => '/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.41' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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.br.hippoclients.com' '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' => 1711657438.711 'REQUEST_TIME' => 1711657438 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 13:25:07 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:25:07 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25:07 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:25:07 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:25:07 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 13:25:07 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 13:25:07 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 13:25:07 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 13:25:07 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 13:25:07 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 13:25:07 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 13:25:07 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25: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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][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-03-28 13:25:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:25:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:25:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:25:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:25:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:25:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:25:07 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:25:07 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:25:07 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 13:25:07 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 13:25:07 [-][-][-][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' => '54376' 'SCRIPT_FILENAME' => '/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.17' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'greener-towns.hippoclients.com' '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' => 1711657507.6613 'REQUEST_TIME' => 1711657507 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 13:49:47 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 13:49:47 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 13:49:47 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 13:49:47 [-][-][-][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' => '64479' 'SCRIPT_FILENAME' => '/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.75' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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.pembs-shrink.hippoclients.com' 'SCRIPT_URI' => 'http://www.pembs-shrink.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://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' => 1711658987.4374 'REQUEST_TIME' => 1711658987 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 13:49:47 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 13:49:47 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 13:49:47 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 13:49:47 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 13:49:47 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 13:49:47 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 13:49:47 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 13:49:47 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 13:49:47 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][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-03-28 13:49:47 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 13:49:47 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 13:49:47 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:49:47 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:49:47 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 13:49:47 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 13:49:47 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => '00imolg87rgnrvlncn6s5id6ud' ] $_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' => '64479' 'SCRIPT_FILENAME' => '/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.75' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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_COOKIE' => 'CraftSessionId=00imolg87rgnrvlncn6s5id6ud' 'HTTP_AMP_CACHE_TRANSFORM' => 'google;v=\"1..8\"' 'HTTP_HOST' => 'www.pembs-shrink.hippoclients.com' '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' => 1711658987.9271 'REQUEST_TIME' => 1711658987 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 14:01:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 14:01:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 14:01:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 14:01:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 14:01:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 14:01:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 14:01:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 14:01:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 14:01:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 14:01:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 14:01:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 14:01:25 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 14:01:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 14:01:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 14:01:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 14:01:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 14:01:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 14:01:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 14:01:25 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 14:01:25 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 14:01:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 14:01:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 14:01:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01: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-03-28 14:01:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 14:01: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-03-28 14:01: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-03-28 14:01:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 14:01: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-03-28 14:01: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-03-28 14:01:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 14:01: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-03-28 14:01: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-03-28 14:01:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 14:01: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-03-28 14:01: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-03-28 14:01:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 14:01: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-03-28 14:01: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-03-28 14:01:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 14:01:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 14:01:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 14:01:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 14:01:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 14:01:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 14:01:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 14:01:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 14:01:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 14:01:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 14:01:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 14:01:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 14:01:25 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 14:01: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' => '39532' 'SCRIPT_FILENAME' => '/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.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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'ysc-book.hippoclients.com' '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' => 1711659685.3224 'REQUEST_TIME' => 1711659685 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 14:48:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 14:48:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 14:48:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 14:48:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 14:48:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 14:48:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 14:48: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-03-28 14:48: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-03-28 14:48: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-03-28 14:48:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 14:48:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 14:48:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 14:48:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 14:48:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 14:48:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 14:48:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 14:48:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 14:48:41 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 14:48:41 [-][-][-][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' => '40236' 'SCRIPT_FILENAME' => '/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' => '94.23.209.55' '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_HOST' => 'outhill.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711662521.4182 'REQUEST_TIME' => 1711662521 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 14:48:43 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 14:48:43 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 14:48: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-03-28 14:48: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-03-28 14:48: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-03-28 14:48:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 14:48:43 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 14:48:43 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 14:48:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 14:48:43 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 14:48:43 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 14:48:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 14:48:43 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 14:48:43 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 14:48:43 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][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-03-28 14:48:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 14:48:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 14:48:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 14:48:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 14:48:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 14:48:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 14:48:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 14:48:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 14:48:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 14:48:43 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 14:48:43 [-][-][-][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' => '40768' 'SCRIPT_FILENAME' => '/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' => '94.23.209.55' '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_HOST' => 'outhill.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711662523.0294 'REQUEST_TIME' => 1711662523 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 15:18:28 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 15:18:28 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 15:18:28 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 15:18:28 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 15:18:28 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 15:18:28 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 15:18:28 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 15:18:28 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 15:18:28 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 15:18:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 15:18:28 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 15:18:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 15:18:28 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 15:18: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' => '36723' 'SCRIPT_FILENAME' => '/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.32' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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' => 'primrose.hippoclients.com' 'SSL_TLS_SNI' => 'primrose.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://primrose.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'primrose.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://primrose.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711664308.2597 'REQUEST_TIME' => 1711664308 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 15:18:28 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 15:18:28 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 15:18:28 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 15:18:28 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 15:18:28 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 15:18:28 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 15:18:28 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 15:18:28 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 15:18:28 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 15:18:28 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 15:18:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 15:18:28 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 15:18:28 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 15:18:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 15:18:28 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 15:18:28 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 15:18:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 15:18:28 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 15:18:28 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 15:18:28 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 15:18:28 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 15:18:28 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 15:18:28 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 15:18:28 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 15:18: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-03-28 15:18: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-03-28 15:18:28 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 15:18:28 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 15:18:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 15:18:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 15:18:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 15:18:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 15:18:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 15:18:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 15:18:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 15:18:28 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 15:18:28 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 15:18:28 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 15:18:28 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 15:18:28 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 'evfert45tu5p56f9tm3rh3edv5' ] $_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' => '37111' 'SCRIPT_FILENAME' => '/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.45' '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, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 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_COOKIE' => 'CraftSessionId=evfert45tu5p56f9tm3rh3edv5' 'HTTP_AMP_CACHE_TRANSFORM' => 'google;v=\"1..8\"' 'HTTP_HOST' => 'primrose.hippoclients.com' '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' => 1711664308.7203 'REQUEST_TIME' => 1711664308 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 15:32:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 15:32:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 15:32:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 15:32:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 15:32:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 15:32:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 15:32:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 15:32:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 15:32:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 15:32:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 15:32:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 15:32:13 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 15:32:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 15:32:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 15:32:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 15:32:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 15:32:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 15:32:13 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 15:32:13 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 15:32:13 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 15:32:13 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 15:32:13 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 15:32:13 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32: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-03-28 15:32:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 15:32: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-03-28 15:32: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-03-28 15:32:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 15:32: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-03-28 15:32: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-03-28 15:32:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 15:32: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-03-28 15:32: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-03-28 15:32:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 15:32: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-03-28 15:32: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-03-28 15:32:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 15:32: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-03-28 15:32: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-03-28 15:32:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 15:32:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 15:32:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 15:32:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 15:32:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 15:32:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 15:32:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 15:32:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 15:32:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 15:32:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 15:32:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 15:32:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 15:32:13 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 15:32: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' => '26193' 'SCRIPT_FILENAME' => '/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' => '64.124.8.38' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'www.gands.hippoclients.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sun, 04 Dec 2022 18:42:50 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' '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' => 1711665133.7986 'REQUEST_TIME' => 1711665133 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 16:46:43 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 16:46:43 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 16:46:43 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 16:46:43 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 16:46:43 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 16:46:43 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 16:46: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-03-28 16:46: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-03-28 16:46: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-03-28 16:46:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 16:46:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 16:46:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 16:46:43 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 16:46:43 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 16:46:43 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 16:46:43 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 16:46:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 16:46:43 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 16:46: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' => '61889' 'SCRIPT_FILENAME' => '/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.36.149.28' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'hpd.hippoclients.com' 'SCRIPT_URI' => 'http://hpd.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://hpd.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711669603.5715 'REQUEST_TIME' => 1711669603 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 17:02:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:02:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17:02:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:02:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:02:00 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 17:02:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 17:02:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 17:02:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 17:02:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 17:02:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 17:02:00 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 17:02:00 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17: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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][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-03-28 17:02:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 17:02:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 17:02:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 17:02:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 17:02:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 17:02:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 17:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 17:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 17:02:00 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 17:02:00 [-][-][-][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' => '42863' 'SCRIPT_FILENAME' => '/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' => '64.124.8.24' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'relay1.pierview.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_HOST' => 'relay1.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Fri, 06 Oct 2023 13:40:00 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'relay1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay1.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'relay1.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://relay1.pierview.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' => 1711670520.7243 'REQUEST_TIME' => 1711670520 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 17:09:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:09:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:09:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:09:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 17:09:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 17:09:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:09:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:09:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:09:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:09:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:09:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:09:33 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 17:09:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 17:09:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 17:09:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 17:09:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 17:09:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 17:09:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 17:09:33 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 17:09:33 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 17:09:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:09:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:09:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09: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-03-28 17:09:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 17:09: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-03-28 17:09: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-03-28 17:09:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 17:09: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-03-28 17:09: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-03-28 17:09:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 17:09: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-03-28 17:09: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-03-28 17:09:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 17:09: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-03-28 17:09: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-03-28 17:09:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 17:09: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-03-28 17:09: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-03-28 17:09:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 17:09:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 17:09:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:09:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:09:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:09:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:09:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:09:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:09:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 17:09:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 17:09:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 17:09:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 17:09:33 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 17:09: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' => '49589' 'SCRIPT_FILENAME' => '/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' => '64.124.8.50' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'relay.pierview.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_HOST' => 'relay.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Tue, 03 Oct 2023 05:30:50 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'relay.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'relay.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://relay.pierview.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' => 1711670973.0691 'REQUEST_TIME' => 1711670973 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 17:12:07 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:12:07 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:12:07 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:12:07 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 17:12:07 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 17:12:07 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12:07 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:12:07 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:12:07 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:12:07 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:12:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:12:07 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:12:07 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 17:12:07 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 17:12:07 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 17:12:07 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 17:12:07 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 17:12:07 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 17:12:07 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 17:12:07 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12:07 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:12:07 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:12:07 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12: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-03-28 17:12:07 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 17:12:07 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 17:12: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' => '53898' 'SCRIPT_FILENAME' => '/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.18' 'SERVER_PORT' => '80' '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_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' => 'everydayinclusion.com' 'SCRIPT_URI' => 'http://everydayinclusion.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711671127.2309 'REQUEST_TIME' => 1711671127 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 17:35:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:35:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:35:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:35:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 17:35:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 17:35:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:35:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:35:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:35:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:35:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:35:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:35:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 17:35:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 17:35:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 17:35:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 17:35:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 17:35:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 17:35:01 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 17:35:01 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:35:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:35:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35: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-03-28 17:35:01 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 17:35:01 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 17:35: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' => '44285' 'SCRIPT_FILENAME' => '/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' => '50.21.188.93' 'SERVER_PORT' => '443' '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_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_HOST' => 'whywomenwork.co.uk' 'HTTP_USER_AGENT' => 'IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)' 'HTTP_CONNECTION' => 'keep-alive' 'SSL_TLS_SNI' => 'whywomenwork.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711672501.3448 'REQUEST_TIME' => 1711672501 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 17:55:19 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:55:19 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:55:19 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:55:19 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 17:55:19 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 17:55:19 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 17:55:19 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 17:55:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 17:55:19 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-28 17:55:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:55:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:55:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:55:19 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:55:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:55:19 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:55:19 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 17:55:19 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 17:55:19 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 17:55:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 17:55:19 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 17:55:19 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 17:55:19 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 17:55:19 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:55:19 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:55:19 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][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-03-28 17:55:19 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 17:55:19 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 17:55:19 [-][-][-][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' => '39137' 'SCRIPT_FILENAME' => '/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' => '198.251.73.26' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pierview.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_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_HOST' => 'pierview.co.uk' 'HTTP_USER_AGENT' => 'IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)' 'HTTP_CONNECTION' => 'keep-alive' 'SSL_TLS_SNI' => 'pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711673719.6868 'REQUEST_TIME' => 1711673719 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 17:57:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:57:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:57:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:57:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 17:57:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 17:57:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:57:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:57:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:57:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:57:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:57:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:57:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 17:57:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 17:57:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 17:57:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 17:57:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 17:57:45 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 17:57:45 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:57:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:57:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57:45 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 17:57:45 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 17:57: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' => '49490' 'SCRIPT_FILENAME' => '/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.183.100.74' 'SERVER_PORT' => '443' '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_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://culturaldna.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36' 'HTTP_HOST' => 'culturaldna.com' 'SSL_TLS_SNI' => 'culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711673865.6573 'REQUEST_TIME' => 1711673865 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 17:57:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:57:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:57:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:57:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 17:57:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 17:57:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:57:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:57:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:57:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:57:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:57:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 17:57:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 17:57:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 17:57:52 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 17:57:52 [-][-][-][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' => '49508' 'SCRIPT_FILENAME' => '/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.183.100.74' 'SERVER_PORT' => '443' '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_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://culturaldna.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36' 'HTTP_HOST' => 'culturaldna.com' 'SSL_TLS_SNI' => 'culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'culturaldna.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711673872.9213 'REQUEST_TIME' => 1711673872 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 17:57:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:57:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:57:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 17:57:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 17:57:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 17:57:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:57:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:57:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 17:57:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:57:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:57:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 17:57:53 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 17:57:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 17:57:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 17:57:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 17:57:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 17:57:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 17:57:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 17:57:53 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 17:57:53 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 17:57:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:57:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:57:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57: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-03-28 17:57:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 17:57: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-03-28 17:57: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-03-28 17:57:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 17:57:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 17:57:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:57:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:57:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:57:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 17:57:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:57:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 17:57:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 17:57:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 17:57:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 17:57:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 17:57:53 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 17:57: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' => '49514' 'SCRIPT_FILENAME' => '/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.183.100.74' 'SERVER_PORT' => '443' '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_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://culturaldna.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36' 'HTTP_HOST' => 'culturaldna.com' 'SSL_TLS_SNI' => 'culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://culturaldna.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'culturaldna.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://culturaldna.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711673873.0965 'REQUEST_TIME' => 1711673873 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 18:09:07 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 18:09:07 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 18:09:07 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 18:09:07 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 18:09:07 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 18:09:07 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09:07 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 18:09:07 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 18:09:07 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 18:09:07 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 18:09:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 18:09:07 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 18:09:07 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 18:09:07 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 18:09:07 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 18:09:07 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 18:09:07 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 18:09:07 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 18:09:07 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 18:09:07 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09:07 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 18:09:07 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 18:09:07 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09: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-03-28 18:09:07 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 18:09:07 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 18:09: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' => '45259' 'SCRIPT_FILENAME' => '/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' => '64.124.8.65' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail11.pierview.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_HOST' => 'mail11.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Mon, 28 Aug 2023 15:07:34 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'mail11.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail11.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711674547.5252 'REQUEST_TIME' => 1711674547 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 20:40:16 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 20:40:16 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 20:40:16 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 20:40:16 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 20:40:16 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 20:40:16 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:16 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 20:40:16 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 20:40:16 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 20:40:16 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 20:40:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 20:40:16 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 20:40:16 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 20:40:16 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 20:40:16 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 20:40:16 [-][-][-][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' => '38466' 'SCRIPT_FILENAME' => '/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' => '146.19.215.244' '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_HOST' => 'primrose.hippoclients.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://primrose.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://primrose.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711683616.5425 'REQUEST_TIME' => 1711683616 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 20:40:18 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 20:40:18 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 20:40:18 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 20:40:18 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 20:40:18 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 20:40:18 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:18 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 20:40:18 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 20:40:18 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 20:40:18 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 20:40:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 20:40:18 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 20:40:18 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 20:40:18 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 20:40:18 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 20:40:18 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 20:40:18 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 20:40:18 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 20:40:18 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 20:40:18 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 20:40:18 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 20:40:18 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 20:40:18 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 20:40:18 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40:18 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 20:40:18 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 20:40:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 20:40:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 20:40:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 20:40:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 20:40:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 20:40:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 20:40:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 20:40:18 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 20:40:18 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 20:40:18 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 20:40:18 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 20:40: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' => '38474' 'SCRIPT_FILENAME' => '/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' => '146.19.215.244' '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_HOST' => 'primrose.hippoclients.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' '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' => 1711683618.1931 'REQUEST_TIME' => 1711683618 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 20:40:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 20:40:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 20:40:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 20:40:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 20:40:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 20:40:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 20:40:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 20:40:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 20:40:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 20:40:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 20:40:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 20:40:20 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 20:40:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 20:40:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 20:40:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 20:40:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 20:40:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 20:40:20 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 20:40:20 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 20:40:20 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 20:40:20 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 20:40:20 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 20:40:20 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40: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-03-28 20:40:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 20:40: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-03-28 20:40: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-03-28 20:40:20 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 20:40:20 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 20:40:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 20:40:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 20:40:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 20:40:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 20:40:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 20:40:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 20:40:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 20:40:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 20:40:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 20:40:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 20:40:20 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 20:40: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' => '38474' 'SCRIPT_FILENAME' => '/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' => '146.19.215.244' '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_HOST' => 'primrose.hippoclients.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' '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' => 1711683620.1477 'REQUEST_TIME' => 1711683620 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 21:07:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 21:07:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 21:07:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 21:07:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 21:07:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 21:07:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 21:07:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 21:07:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 21:07:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 21:07:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 21:07:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 21:07:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 21:07:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 21:07:45 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 21:07:45 [-][-][-][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' => '33017' 'SCRIPT_FILENAME' => '/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.145.56' '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_REFERER' => 'https://www.ysc-book.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' => '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' => 1711685265.1865 'REQUEST_TIME' => 1711685265 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 21:07:46 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 21:07:46 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 21:07:46 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 21:07:46 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 21:07:46 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 21:07:46 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 21:07:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 21:07:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 21:07:46 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 21:07:46 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 21:07:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 21:07:46 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 21:07:46 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-28 21:07:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-28 21:07:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-28 21:07:46 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 21:07:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 21:07:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 21:07:46 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-28 21:07:46 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-28 21:07:46 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-28 21:07:46 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 21:07:46 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 21:07:46 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07: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-03-28 21:07:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-28 21:07: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-03-28 21:07: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-03-28 21:07:46 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 21:07:46 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-28 21:07:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 21:07:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 21:07:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 21:07:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-28 21:07:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 21:07:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-28 21:07:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-28 21:07:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 21:07:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 21:07:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-28 21:07:46 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-28 21:07:46 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 'c39qouo1b6qpfs1ti8b3skgs0h' ] $_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' => '33019' 'SCRIPT_FILENAME' => '/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.145.56' '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_COOKIE' => 'CraftSessionId=c39qouo1b6qpfs1ti8b3skgs0h' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'https://www.ysc-book.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' => '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' => 1711685266.3414 'REQUEST_TIME' => 1711685266 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 22:15:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 22:15:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 22:15:11 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 22:15:11 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 22:15:11 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 22:15:11 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 22:15: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-03-28 22:15: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-03-28 22:15: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-03-28 22:15:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 22:15:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 22:15:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 22:15:11 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 22:15:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 22:15:11 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 22:15:11 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 22:15:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 22:15:11 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 22:15:11 [-][-][-][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' => '47907' 'SCRIPT_FILENAME' => '/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.206' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'ysc-book.hippoclients.com' 'SSL_TLS_SNI' => 'ysc-book.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ysc-book.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' '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' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711689311.6814 'REQUEST_TIME' => 1711689311 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 22:23:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 22:23:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 22:23:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 22:23:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 22:23:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 22:23:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 22:23:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 22:23:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 22:23:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 22:23:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 22:23:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 22:23:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 22:23:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 22:23:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 22:23:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 22:23:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-28 22:23:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-28 22:23:49 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-28 22:23:49 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 22:23:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 22:23:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23: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-03-28 22:23:49 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-28 22:23:49 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-28 22:23: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' => '46746' 'SCRIPT_FILENAME' => '/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' => '18.206.76.160' '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_HOST' => 'outhill.com' 'HTTP_USER_AGENT' => 'claudebot' 'HTTP_ACCEPT' => '*/*' 'SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711689829.5809 'REQUEST_TIME' => 1711689829 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-28 23:53:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 23:53:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 23:53:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-28 23:53:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-28 23:53:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-28 23:53:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-28 23: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-03-28 23: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-03-28 23: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-03-28 23:53:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 23:53:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 23:53:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-28 23:53:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 23:53:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 23:53:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-28 23:53:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-28 23:53:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-28 23:53:45 [-][-][-][info][yii\web\Session::open] Session started 2024-03-28 23:53:45 [-][-][-][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' => '58195' 'SCRIPT_FILENAME' => '/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.36.148.255' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.barbara.hippoclients.com' 'SCRIPT_URI' => 'http://www.barbara.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.barbara.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711695225.809 'REQUEST_TIME' => 1711695225 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 00:11:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 00:11:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 00:11:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 00:11:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 00:11:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 00:11:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 00: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-03-29 00: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-03-29 00: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-03-29 00:11:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 00:11:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 00:11:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 00:11:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 00:11:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 00:11:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 00:11:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 00:11: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 00:11:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 00:11:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 00:11:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 00:11:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 00:11:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-29 00:11:05 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-29 00:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-29 00:11: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 00:11:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 00:11:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 00: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-03-29 00: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-03-29 00: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-03-29 00: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-03-29 00: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-03-29 00: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-03-29 00: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-03-29 00: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11: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-03-29 00:11:06 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-29 00:11:06 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-29 00:11: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' => '38246' 'SCRIPT_FILENAME' => '/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' => '44.210.237.223' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pierview.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_HOST' => 'pierview.co.uk' 'HTTP_USER_AGENT' => 'claudebot' 'HTTP_ACCEPT' => '*/*' 'SCRIPT_URI' => 'http://pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711696265.9504 'REQUEST_TIME' => 1711696265 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 00:25:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 00:25:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 00:25:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 00:25:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 00:25:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 00:25:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 00:25:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 00:25:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 00:25:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 00:25:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 00:25:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 00:25:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 00:25:06 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 00:25: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' => '36341' 'SCRIPT_FILENAME' => '/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.167.144.203' '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_HOST' => 'fnathome.hippoclients.com' 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' 'HTTP_FROM' => 'bingbot(at)microsoft.com' 'HTTP_ACCEPT' => '*/*' 'SSL_TLS_SNI' => 'fnathome.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://fnathome.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'fnathome.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://fnathome.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711697106.114 'REQUEST_TIME' => 1711697106 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 00:25:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 00:25:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 00:25:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 00:25:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 00:25:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 00:25:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 00:25:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 00:25:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 00:25:06 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 00:25:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 00:25:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 00:25:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 00:25:06 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-29 00:25:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-29 00:25:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-29 00:25:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 00:25:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 00:25:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 00:25:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-29 00:25:06 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-29 00:25:06 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-29 00:25:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 00:25:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 00:25:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 00:25: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-03-29 00:25: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-03-29 00:25:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 00:25:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-29 00:25:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 00:25:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 00:25:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 00:25:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 00:25:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 00:25:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 00:25:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 00:25:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 00:25:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 00:25:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-29 00:25:06 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-29 00:25:06 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 'p64so7n8inmlr7cc9iiphhdtua' 'path' => '/' 'secure' => '' 'HttpOnly' => '' ] $_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' => '36341' 'SCRIPT_FILENAME' => '/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.167.144.203' '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' => '*/*' 'HTTP_FROM' => 'bingbot(at)microsoft.com' 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36' 'HTTP_HOST' => 'fnathome.hippoclients.com' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_COOKIE' => 'CraftSessionId=p64so7n8inmlr7cc9iiphhdtua; path=/; secure; HttpOnly' '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' => 1711697106.6311 'REQUEST_TIME' => 1711697106 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 01:14:50 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 01:14:50 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 01:14:50 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 01:14:50 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 01:14:50 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 01:14:50 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 01:14:50 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-29 01:14:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-29 01:14:50 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-29 01:14:50 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 01:14:50 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 01:14:50 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 01:14:50 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 01:14:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 01:14:50 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 01:14:50 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 01:14:50 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 01:14:50 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 01:14:50 [-][-][-][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' => '28561' 'SCRIPT_FILENAME' => '/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.120' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.issuu.hippoclients.com' 'SSL_TLS_SNI' => 'www.issuu.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.issuu.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' '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' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711700090.7737 'REQUEST_TIME' => 1711700090 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 02:31:04 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 02:31:04 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 02:31:04 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 02:31:04 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 02:31:04 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 02:31:04 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 02:31:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 02:31:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 02:31:04 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 02:31:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 02:31:04 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 02:31:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 02:31:04 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 02:31: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' => '56054' 'SCRIPT_FILENAME' => '/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.91.19.62' '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_HOST' => 'culturaldna.com' 'HTTP_USER_AGENT' => 'claudebot' 'HTTP_ACCEPT' => '*/*' 'SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711704664.7369 'REQUEST_TIME' => 1711704664 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 02:31:04 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 02:31:04 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 02:31:04 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 02:31:04 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 02:31:04 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 02:31:04 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 02:31:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 02:31:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 02:31:04 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 02:31:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 02:31:04 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 02:31:04 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-29 02:31:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-29 02:31:04 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-29 02:31:04 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 02:31:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 02:31:04 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 02:31:04 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-29 02:31:04 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-29 02:31:04 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-29 02:31:04 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 02:31:04 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 02:31:04 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 02:31: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-03-29 02:31: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-03-29 02:31:04 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 02:31:04 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-29 02:31:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 02:31:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 02:31:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 02:31:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 02:31:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 02:31:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 02:31:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 02:31:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 02:31:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 02:31:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-29 02:31:04 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-29 02:31: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' => '56054' 'SCRIPT_FILENAME' => '/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.91.19.62' '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_HOST' => 'culturaldna.com' 'HTTP_REFERER' => 'http://culturaldna.com/fulfillmentworks/web/admin' 'HTTP_USER_AGENT' => 'claudebot' 'HTTP_ACCEPT' => '*/*' 'SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711704664.8334 'REQUEST_TIME' => 1711704664 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 05:00:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 05:00:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 05:00:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 05:00:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 05:00:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 05:00:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 05:00:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 05:00:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 05:00:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 05:00:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 05:00:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 05:00:20 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-29 05:00:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-29 05:00:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-29 05:00:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 05:00:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 05:00:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 05:00:20 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-29 05:00:20 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-29 05:00:20 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-29 05:00:20 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 05:00:20 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 05:00:20 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00: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-03-29 05:00:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 05:00: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-03-29 05:00: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-03-29 05:00:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 05:00: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-03-29 05:00: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-03-29 05:00:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 05:00: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-03-29 05:00: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-03-29 05:00:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 05:00: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-03-29 05:00: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-03-29 05:00:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 05:00: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-03-29 05:00: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-03-29 05:00:20 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 05:00:20 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-29 05:00:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 05:00:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 05:00:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 05:00:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 05:00:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 05:00:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 05:00:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 05:00:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 05:00:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 05:00:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-29 05:00:20 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-29 05:00: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' => '61007' 'SCRIPT_FILENAME' => '/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' => '64.124.8.26' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'www.ssa.hippoclients.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Fri, 09 Dec 2022 06:47:17 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.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' => 1711713620.4583 'REQUEST_TIME' => 1711713620 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 05:04:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 05:04:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 05:04:11 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 05:04:11 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 05:04:11 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 05:04:11 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 05:04: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-03-29 05:04: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-03-29 05:04: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-03-29 05:04:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 05:04:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 05:04:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 05:04:11 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 05:04:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 05:04:11 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 05:04:11 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 05:04:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 05:04:11 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 05:04:11 [-][-][-][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' => '63343' 'SCRIPT_FILENAME' => '/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.36.148.34' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.mithra62.hippoclients.com' 'SCRIPT_URI' => 'http://www.mithra62.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.mithra62.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711713851.6545 'REQUEST_TIME' => 1711713851 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 05:55:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 05:55:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 05:55:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 05:55:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 05:55:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 05:55:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 05: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-03-29 05: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-03-29 05: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-03-29 05:55:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 05:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 05:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 05:55:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 05:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 05:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 05:55:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 05:55:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 05:55:52 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 05:55:52 [-][-][-][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' => '44227' 'SCRIPT_FILENAME' => '/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.36.148.249' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.imn.hippoclients.com' 'SCRIPT_URI' => 'http://www.imn.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.imn.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711716952.4617 'REQUEST_TIME' => 1711716952 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 06:06:39 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 06:06:39 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 06:06:39 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 06:06:39 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 06:06:39 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 06:06:39 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06:39 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 06:06:39 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 06:06:39 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 06:06:39 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 06:06:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 06:06:39 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 06:06:39 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/requirements-check 2024-03-29 06:06:39 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRequirementsCheck() 2024-03-29 06:06:39 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-29 06:06:39 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-29 06:06:39 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-29 06:06:39 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 06:06:39 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 06:06:39 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 06:06:39 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-29 06:06:39 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-29 06:06:39 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-29 06:06:39 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 06:06:39 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 06:06:39 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06: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-03-29 06:06:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 06:06: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-03-29 06:06: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-03-29 06:06:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 06:06: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-03-29 06:06: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-03-29 06:06:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 06:06: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-03-29 06:06: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-03-29 06:06:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 06:06: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-03-29 06:06: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-03-29 06:06:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 06:06: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-03-29 06:06: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-03-29 06:06:39 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 06:06:39 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-29 06:06:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 06:06:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 06:06:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 06:06:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 06:06:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 06:06:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 06:06:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 06:06:39 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 06:06:39 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 06:06:39 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-29 06:06:39 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-29 06:06: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' => '24193' 'SCRIPT_FILENAME' => '/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' => '64.124.8.25' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'demo.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' => 'demo.culturaldna.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sat, 10 Dec 2022 22:05:42 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'demo.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://demo.culturaldna.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'demo.culturaldna.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://demo.culturaldna.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711717599.6824 'REQUEST_TIME' => 1711717599 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 07:38:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 07:38:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 07:38:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 07:38:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 07:38:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 07:38:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 07:38: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-03-29 07:38: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-03-29 07:38: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-03-29 07:38:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 07:38:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 07:38:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 07:38:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 07:38:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 07:38:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 07:38:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 07:38:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 07:38:41 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 07:38:41 [-][-][-][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' => '52435' 'SCRIPT_FILENAME' => '/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' => '64.124.8.81' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail2.pierview.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_HOST' => 'mail2.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Mon, 28 Aug 2023 10:03:02 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail2.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail2.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711723121.3426 'REQUEST_TIME' => 1711723121 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 08:16:17 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 08:16:17 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 08:16:17 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 08:16:17 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 08:16:17 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 08:16:17 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 08:16: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-03-29 08:16: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-03-29 08:16: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-03-29 08:16:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 08:16:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 08:16:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 08:16:17 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 08:16:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 08:16:17 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 08:16:17 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 08:16:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 08:16:17 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 08:16:17 [-][-][-][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' => '42157' 'SCRIPT_FILENAME' => '/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.8' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' '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' => 1711725377.9507 'REQUEST_TIME' => 1711725377 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 09:29:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 09:29:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 09:29:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 09:29:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 09:29:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 09:29:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 09:29: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-03-29 09:29: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-03-29 09:29: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-03-29 09:29:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 09:29:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 09:29:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 09:29:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 09:29:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 09:29:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 09:29:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 09:29:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 09:29:38 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 09:29:38 [-][-][-][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' => '34405' 'SCRIPT_FILENAME' => '/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.36.148.48' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.mjc.hippoclients.com' 'SCRIPT_URI' => 'http://www.mjc.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.mjc.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711729778.3587 'REQUEST_TIME' => 1711729778 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 10:44:47 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 10:44:47 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 10:44:47 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 10:44:47 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 10:44:47 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 10:44:47 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 10:44:47 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-29 10:44:47 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-29 10:44:47 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-29 10:44:47 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 10:44:47 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 10:44:47 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 10:44:47 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 10:44:47 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 10:44:47 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 10:44:47 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 10:44:47 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 10:44:47 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 10:44:47 [-][-][-][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' => '24683' 'SCRIPT_FILENAME' => '/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.36.149.74' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.fnathome.hippoclients.com' 'SCRIPT_URI' => 'http://www.fnathome.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.fnathome.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711734287.2111 'REQUEST_TIME' => 1711734287 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 12:22:43 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 12:22:43 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 12:22:43 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 12:22:43 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 12:22:43 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 12:22:43 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 12:22: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-03-29 12:22: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-03-29 12:22: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-03-29 12:22:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 12:22:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 12:22:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 12:22:43 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 12:22:43 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 12:22:43 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 12:22:43 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 12:22:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 12:22:43 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 12:22: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' => '50579' 'SCRIPT_FILENAME' => '/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.36.148.137' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'pembs-shrink.hippoclients.com' 'SCRIPT_URI' => 'http://pembs-shrink.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://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' => 1711740163.6044 'REQUEST_TIME' => 1711740163 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 12:52:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 12:52:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 12:52:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 12:52:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 12:52:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 12:52:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 12: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-03-29 12: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-03-29 12: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-03-29 12:52:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 12:52:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 12:52:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 12:52:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 12:52:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 12:52:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 12:52:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 12:52:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 12:52:20 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 12:52:20 [-][-][-][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' => '41759' 'SCRIPT_FILENAME' => '/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.149.8' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.pembstay.hippoclients.com' 'SSL_TLS_SNI' => 'www.pembstay.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.pembstay.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' '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' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711741940.831 'REQUEST_TIME' => 1711741940 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 14:01:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 14:01:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 14:01:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 14:01:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 14:01:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 14:01:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 14:01: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-03-29 14:01: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-03-29 14:01: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-03-29 14:01:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 14:01:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 14:01:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 14:01:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 14:01:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 14:01:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 14:01:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 14:01:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 14:01:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 14:01:12 [-][-][-][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' => '55319' 'SCRIPT_FILENAME' => '/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.36.148.152' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pierview.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_ACCEPT_ENCODING' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'pierview.co.uk' 'SCRIPT_URI' => 'http://pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711746072.3799 'REQUEST_TIME' => 1711746072 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 14:35:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 14:35:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 14:35:11 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 14:35:11 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 14:35:11 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 14:35:11 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 14:35: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-03-29 14:35: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-03-29 14:35: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-03-29 14:35:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 14:35:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 14:35:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 14:35:11 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 14:35:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 14:35:11 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 14:35:11 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 14:35:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 14:35:11 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 14:35:11 [-][-][-][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' => '41895' 'SCRIPT_FILENAME' => '/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.36.148.150' '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' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'www.tia.hippoclients.com' 'SCRIPT_URI' => 'http://www.tia.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://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' => 1711748111.1963 'REQUEST_TIME' => 1711748111 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 17:40:56 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 17:40:56 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 17:40:56 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 17:40:56 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-29 17:40:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-29 17:40:56 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-29 17:40:56 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 17:40:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 17:40:56 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 17:40:56 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-29 17:40:56 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40: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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][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-03-29 17:40:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 17:40:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 17:40:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 17:40:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 17:40:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 17:40:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 17:40:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 17:40:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 17:40:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-29 17:40:56 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-29 17:40:56 [-][-][-][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' => '41939' 'SCRIPT_FILENAME' => '/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.149.68' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pierview.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_ACCEPT_ENCODING' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'pierview.co.uk' 'SSL_TLS_SNI' => 'pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://pierview.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' => 1711759256.2891 'REQUEST_TIME' => 1711759256 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 18:22:07 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 18:22:07 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22:07 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 18:22:07 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 18:22:07 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-29 18:22:07 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-29 18:22:07 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-29 18:22:07 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 18:22:07 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 18:22:07 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 18:22:07 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-29 18:22:07 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22: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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][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-03-29 18:22:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 18:22:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 18:22:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 18:22:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 18:22:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 18:22:07 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 18:22:07 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 18:22:07 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 18:22:07 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-29 18:22:07 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-29 18:22:07 [-][-][-][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' => '45883' 'SCRIPT_FILENAME' => '/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' => '64.124.8.69' '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_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'www.reeminder.hippoclients.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sun, 01 Oct 2023 10:38:24 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.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' => 1711761727.044 'REQUEST_TIME' => 1711761727 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 19:06:47 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 19:06:47 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 19:06:47 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 19:06:47 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 19:06:47 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 19:06:47 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 19:06:47 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-29 19:06:47 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-29 19:06:47 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-29 19:06:47 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 19:06:47 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 19:06:47 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 19:06:47 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 19:06:47 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 19:06:47 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 19:06:47 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 19:06:47 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 19:06:47 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 19:06:47 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 19:06:47 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 19:06:47 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-29 19:06:47 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-29 19:06:47 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 19:06:47 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 19:06:47 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][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-03-29 19:06:47 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-29 19:06:47 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-29 19:06: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' => '53941' 'SCRIPT_FILENAME' => '/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' => '64.124.8.92' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail2.pierview.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_HOST' => 'mail2.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Wed, 30 Aug 2023 07:39:13 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail2.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711764407.899 'REQUEST_TIME' => 1711764407 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 19:16:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 19:16:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 19:16:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 19:16:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 19:16:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 19:16:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 19:16: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-03-29 19:16: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-03-29 19:16: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-03-29 19:16:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 19:16:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 19:16:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 19:16:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 19:16:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 19:16:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 19:16:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 19:16:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 19:16:12 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 19:16:12 [-][-][-][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' => '43475' 'SCRIPT_FILENAME' => '/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' => '64.124.8.52' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'webmail.pierview.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_HOST' => 'webmail.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Thu, 03 Aug 2023 03:29:15 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'webmail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'webmail.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://webmail.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711764972.6446 'REQUEST_TIME' => 1711764972 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 19:17:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 19:17:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 19:17:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 19:17:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 19:17:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 19:17:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 19:17:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 19:17:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 19:17:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 19:17:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 19:17:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 19:17:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 19:17:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 19:17:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 19:17:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 19:17:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 19:17:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-29 19:17:42 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-29 19:17:42 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 19:17:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 19:17:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17: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-03-29 19:17:42 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-29 19:17:42 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-29 19:17: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' => '47773' 'SCRIPT_FILENAME' => '/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' => '64.124.8.52' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'webmail.pierview.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_HOST' => 'webmail.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Thu, 03 Aug 2023 09:05:40 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'webmail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711765062.7007 'REQUEST_TIME' => 1711765062 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 20:49:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 20:49:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 20:49:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 20:49:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 20:49:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-29 20:49:54 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-29 20:49:54 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:49:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:49:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:54 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-29 20:49:54 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-29 20:49: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' => '19608' 'SCRIPT_FILENAME' => '/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' => '135.181.180.59' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail.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_HOST' => 'mail.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://mail.culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711770594.0735 'REQUEST_TIME' => 1711770594 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 20:49:55 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:55 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:55 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:55 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49:55 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49:55 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:55 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:55 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:55 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:55 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:55 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 20:49:55 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 20:49:55 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 20:49:55 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 20:49:55 [-][-][-][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' => '19622' 'SCRIPT_FILENAME' => '/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' => '135.181.180.59' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail.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_HOST' => 'mail.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://mail.culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711770595.7324 'REQUEST_TIME' => 1711770595 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 20:49:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-29 20:49:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-29 20:49:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-29 20:49:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 20:49:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 20:49:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 20:49:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-29 20:49:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-29 20:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-29 20:49:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:49:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:49:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 20:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-29 20:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:49:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 20:49:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:49:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:49:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-29 20:49:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-29 20:49: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' => '19638' 'SCRIPT_FILENAME' => '/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' => '135.181.180.59' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail.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_HOST' => 'mail.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://mail.culturaldna.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.culturaldna.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711770597.4524 'REQUEST_TIME' => 1711770597 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 20:49:59 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:49:59 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:59 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:49:59 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:49:59 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-29 20:49:59 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-29 20:49:59 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-29 20:49:59 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 20:49:59 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 20:49:59 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 20:49:59 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-29 20:49:59 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49: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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][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-03-29 20:49:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 20:49:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 20:49:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 20:49:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 20:49:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:49:59 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 20:49:59 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:49:59 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:49:59 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-29 20:49:59 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-29 20:49:59 [-][-][-][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' => '19650' 'SCRIPT_FILENAME' => '/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' => '135.181.180.59' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail.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_HOST' => 'mail.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://mail.culturaldna.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.culturaldna.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711770599.1425 'REQUEST_TIME' => 1711770599 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 20:51:35 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:51:35 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:51:35 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:51:35 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 20:51:35 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 20:51:35 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51:35 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:51:35 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:51:35 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:51:35 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:51:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:51:35 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:51:35 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:35 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 20:51:35 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 20:51:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 20:51:35 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 20:51:35 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-29 20:51:35 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-29 20:51:35 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51:35 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:51:35 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:51:35 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51:35 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-29 20:51:35 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-29 20:51: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' => '48166' 'SCRIPT_FILENAME' => '/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.215.165.249' '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_HOST' => 'fm2.hippoclients.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://fm2.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711770695.2628 'REQUEST_TIME' => 1711770695 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 20:51:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:51:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:51:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:51:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-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-03-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-03-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-03-29 20:51:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:51:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:51:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:51:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 20:51:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 20:51:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 20:51:42 [-][-][-][info][yii\web\Session::open] Session started 2024-03-29 20:51:41 [-][-][-][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' => '51448' 'SCRIPT_FILENAME' => '/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.215.165.249' '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_HOST' => 'fm2.hippoclients.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://fm2.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://fm2.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711770701.9904 'REQUEST_TIME' => 1711770701 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 20:51:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:51:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:51:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:51:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 20:51:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 20:51:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:51:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:51:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:51:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:51:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:51:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:51:52 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-29 20:51:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-29 20:51:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-29 20:51:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 20:51:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 20:51:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 20:51:52 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-29 20:51:52 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-29 20:51:52 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-29 20:51:52 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:51:52 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:51:52 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51: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-03-29 20:51:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-29 20:51: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-03-29 20:51: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-03-29 20:51:52 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 20:51:52 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-29 20:51:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:51:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:51:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:51:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:51:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:51:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:51:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 20:51:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:51:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:51:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-29 20:51:52 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-29 20:51: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' => '54078' 'SCRIPT_FILENAME' => '/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.215.165.249' '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_HOST' => 'fm2.hippoclients.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' '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' => 1711770712.8252 'REQUEST_TIME' => 1711770712 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 20:52:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:52:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:52:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:52:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-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-03-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-03-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-03-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:52:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-29 20:52:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-29 20:52:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-29 20:52:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 20:52:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 20:52:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 20:52:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-29 20:52:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-29 20:52:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-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-03-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-29 20:52:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-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' => '57922' 'SCRIPT_FILENAME' => '/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.215.165.249' '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_HOST' => 'fm2.hippoclients.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' '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' => 1711770729.728 'REQUEST_TIME' => 1711770729 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-29 20:52:35 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:52:35 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:52:35 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-29 20:52:35 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-29 20:52:35 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-29 20:52:35 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52:35 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:52:35 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:52:35 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-29 20:52:35 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:52:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:52:35 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-29 20:52:35 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-29 20:52:35 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-29 20:52:35 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-29 20:52:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-29 20:52:35 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-29 20:52:35 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-29 20:52:35 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-29 20:52:35 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52:35 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:52:35 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:52:35 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52: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-03-29 20:52:35 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-29 20:52:35 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-29 20:52: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' => '50044' 'SCRIPT_FILENAME' => '/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.215.165.249' '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_HOST' => 'primrose.hippoclients.com' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)' 'HTTP_ACCEPT' => 'text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php' 'SCRIPT_URI' => 'http://primrose.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711770755.4289 'REQUEST_TIME' => 1711770755 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 01:15:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 01:15:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 01:15:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 01:15:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 01:15:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 01:15:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 01:15: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-03-30 01:15: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-03-30 01:15: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-03-30 01:15:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 01:15:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 01:15:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 01:15:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 01:15:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 01:15:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 01:15:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 01:15:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 01:15:13 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 01:15:13 [-][-][-][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' => '53787' 'SCRIPT_FILENAME' => '/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.233' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'hostmaster.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' => 'hostmaster.everydayinclusion.com' 'SSL_TLS_SNI' => 'hostmaster.everydayinclusion.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hostmaster.everydayinclusion.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'hostmaster.everydayinclusion.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://hostmaster.everydayinclusion.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711786513.0287 'REQUEST_TIME' => 1711786513 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 01:50:58 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 01:50:58 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 01:50:58 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 01:50:58 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 01:50:58 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 01:50:58 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 01:50:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 01:50:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 01:50:58 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 01:50:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 01:50:58 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 01:50:58 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 01:50:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 01:50:58 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 01:50:58 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 01:50:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 01:50:58 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 01:50:58 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 01:50:58 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 01:50:58 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 01:50:58 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 01:50:58 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 01:50:58 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50: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-03-30 01:50:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 01:50: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-03-30 01:50: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-03-30 01:50:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 01:50: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-03-30 01:50: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-03-30 01:50:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 01:50: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-03-30 01:50: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-03-30 01:50:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 01:50: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-03-30 01:50: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-03-30 01:50:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 01:50: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-03-30 01:50: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-03-30 01:50:58 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 01:50:58 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 01:50:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 01:50:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 01:50:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 01:50:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 01:50:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 01:50:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 01:50:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 01:50:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 01:50:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 01:50:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 01:50:58 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 01:50: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' => '5957' 'SCRIPT_FILENAME' => '/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' => '64.124.8.75' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'box.pierview.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_HOST' => 'box.pierview.co.uk' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Thu, 12 Oct 2023 22:59:41 GMT' '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' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)' 'SSL_TLS_SNI' => 'box.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://box.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'box.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://box.pierview.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' => 1711788658.1298 'REQUEST_TIME' => 1711788658 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 03:29:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 03:29:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 03:29:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 03:29:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 03:29:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 03:29:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 03:29:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 03:29:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 03:29:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 03:29:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 03:29:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 03:29:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 03:29:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 03:29:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 03:29:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 03:29:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 03:29:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 03:29:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 03:29:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 03:29:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 03:29:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 03:29:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 03:29:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29: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-03-30 03:29:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 03:29: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-03-30 03:29: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-03-30 03:29:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 03:29: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-03-30 03:29: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-03-30 03:29:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 03:29: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-03-30 03:29: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-03-30 03:29:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 03:29: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-03-30 03:29: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-03-30 03:29:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 03:29: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-03-30 03:29: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-03-30 03:29:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 03:29:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 03:29:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 03:29:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 03:29:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 03:29:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 03:29:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 03:29:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 03:29:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 03:29:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 03:29:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 03:29:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 03:29:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 03:29: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' => '17499' 'SCRIPT_FILENAME' => '/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.36.149.89' '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_ACCEPT_ENCODING' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'whywomenwork.co.uk' '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' => 1711794597.7927 'REQUEST_TIME' => 1711794597 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 10:27:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 10:27:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 10:27:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 10:27:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 10:27:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 10:27:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 10:27:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 10:27:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 10:27:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 10:27:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 10:27:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 10:27:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 10:27:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 10:27:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 10:27:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 10:27:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 10:27:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 10:27:42 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 10:27:42 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 10:27:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 10:27:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27: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-03-30 10:27:42 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 10:27:42 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 10:27: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' => '38237' 'SCRIPT_FILENAME' => '/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.230.152.135' '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_CONNECTION' => 'close' 'HTTP_HOST' => 'outhill.com' 'HTTP_ACCEPT' => '*/*' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.0; +https://openai.com/gptbot)' 'SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711819662.3877 'REQUEST_TIME' => 1711819662 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:32:18 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:32:18 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:32:18 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:32:18 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:32:18 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:32:18 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32:18 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:32:18 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:32:18 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:32:18 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:32:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:32:18 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:32:18 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:18 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:32:18 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:32:18 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:32:18 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:32:18 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 11:32:18 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 11:32:18 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32:18 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:32:18 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:32:18 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32:18 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 11:32:18 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 11:32: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' => '/index.php' 'REQUEST_URI' => '/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '32168' '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' => '23.22.35.162' '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_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' => 'fulfillmentworks.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/index.php' 'REQUEST_TIME_FLOAT' => 1711823538.839 'REQUEST_TIME' => 1711823538 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:32:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:32:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:32:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:32:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:32:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:32:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:32:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:32:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:32:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:32:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:32:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:32:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/requirements-check 2024-03-30 11:32:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRequirementsCheck() 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:32:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:32:21 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 11:32:21 [-][-][-][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' => '39723' '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' => '3.224.220.101' '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_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' => 'fulfillmentworks.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'REDIRECT_STATUS' => '200' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/index.php' 'REQUEST_TIME_FLOAT' => 1711823541.6696 'REQUEST_TIME' => 1711823541 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:32:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:32:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:32:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:32:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:32:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:32:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:32:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:32:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:32:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:32:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:32:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:32:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 11:32:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 11:32:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 11:32:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:32:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:32:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:32:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 11:32:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 11:32:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 11:32:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:32:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:32:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 11:32: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-03-30 11:32: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-03-30 11:32:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:32:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:32:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:32:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:32:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:32:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:32:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:32:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:32:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:32:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:32:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:32:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 11:32:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 11:32: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' => '/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' => '9012' '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' => '3.224.220.101' '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_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' => 'fulfillmentworks.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'REDIRECT_STATUS' => '200' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/index.php' 'REQUEST_TIME_FLOAT' => 1711823541.8494 'REQUEST_TIME' => 1711823541 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:33:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:33:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:33:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:33:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:33:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:33:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:33:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:33:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:33:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:33:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:33:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:33:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:33:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:33:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:33:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:33:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 11:33:33 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 11:33:33 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:33:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:33:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33:33 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 11:33:33 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 11:33: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' => '56085' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'outhill.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711823613.4196 'REQUEST_TIME' => 1711823613 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:33:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:33:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:33:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:33:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:33:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:33:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:33:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:33:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:33:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:33:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:33:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:33:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:33:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:33:37 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 11:33: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' => '34615' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'outhill.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711823617.599 'REQUEST_TIME' => 1711823617 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:33:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:33:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:33:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:33:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:33:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:33:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:33:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:33:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:33:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:33:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:33:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:33:38 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 11:33:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 11:33:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 11:33:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:33:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:33:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:33:38 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 11:33:38 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 11:33:38 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 11:33:38 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:33:38 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:33:38 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33: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-03-30 11:33:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 11:33: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-03-30 11:33: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-03-30 11:33:38 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:33:38 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:33:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:33:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:33:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:33:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:33:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:33:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:33:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:33:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:33:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:33:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 11:33:38 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 11:33: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' => '11135' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'outhill.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711823618.0106 'REQUEST_TIME' => 1711823618 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:33 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 11:59:33 [-][-][-][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' => '22178' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'everydayinclusion.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://everydayinclusion.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://everydayinclusion.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825173.7282 'REQUEST_TIME' => 1711825173 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:34 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 11:59:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 11:59:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:59:34 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 11:59:34 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 11:59:34 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 11:59:34 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:34 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:34 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:59:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:59:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:59:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 11:59:34 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 11:59: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' => '64942' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'everydayinclusion.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://everydayinclusion.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://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' => 1711825174.1603 'REQUEST_TIME' => 1711825174 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:59:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 11:59:49 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 11:59:49 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:49 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 11:59:49 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 11:59: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' => '61379' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825189.8348 'REQUEST_TIME' => 1711825189 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:50 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:50 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:50 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:50 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:50 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:50 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:50 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 11:59:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 11:59:50 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 11:59:50 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:50 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:50 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:50 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:50 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:50 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:50 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:50 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:50 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:50 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:59:50 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 11:59:50 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 11:59:50 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:50 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:50 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][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-03-30 11:59:50 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 11:59:50 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 11:59:50 [-][-][-][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' => '62168' 'SCRIPT_FILENAME' => '/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' => 'mail.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_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.whywomenwork.org' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.whywomenwork.org/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825190.1382 'REQUEST_TIME' => 1711825190 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:51 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:51 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:51 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:51 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:51 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:51 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:51 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:51 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:51 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:51 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:51 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:51 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:59:51 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 11:59:51 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 11:59:51 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 11:59: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' => '55416' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://whywomenwork.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825191.9073 'REQUEST_TIME' => 1711825191 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:52 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 11:59:52 [-][-][-][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' => '11316' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://hostmaster.culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825192.5614 'REQUEST_TIME' => 1711825192 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:52 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 11:59:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 11:59:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:59:52 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 11:59:52 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 11:59:52 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 11:59:52 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:52 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:59:52 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:59:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:59:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 11:59:52 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 11:59: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' => '60443' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.culturaldna.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://hostmaster.culturaldna.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825192.7376 'REQUEST_TIME' => 1711825192 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:59:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 11:59:53 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 11:59:53 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:53 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 11:59:53 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 11:59: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' => '53393' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'everydayinclusion.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://everydayinclusion.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825193.7588 'REQUEST_TIME' => 1711825193 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:54 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 11:59:54 [-][-][-][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' => '15781' 'SCRIPT_FILENAME' => '/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.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_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.whywomenwork.org' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.whywomenwork.org/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.whywomenwork.org/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825194.2317 'REQUEST_TIME' => 1711825194 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:54 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 11:59:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 11:59:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:59:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 11:59:54 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 11:59:54 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 11:59:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:59:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:59:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:59:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 11:59:54 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 11:59: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' => '14663' 'SCRIPT_FILENAME' => '/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.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_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.whywomenwork.org' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.whywomenwork.org/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.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' => 1711825194.4041 'REQUEST_TIME' => 1711825194 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:56 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:56 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:56 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:56 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 11:59:56 [-][-][-][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' => '14336' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' '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' => 1711825196.2256 'REQUEST_TIME' => 1711825196 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 11:59:56 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 11:59:56 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 11:59:56 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 11:59:56 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 11:59:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 11:59:56 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 11:59:56 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 11:59:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 11:59:56 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 11:59:56 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 11:59:56 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59: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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][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-03-30 11:59:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 11:59:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 11:59:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 11:59:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 11:59:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 11:59:56 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 11:59:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 11:59:56 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 11:59:56 [-][-][-][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' => '7216' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' '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' => 1711825196.4142 'REQUEST_TIME' => 1711825196 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:00:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:00:05 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:00:05 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:05 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:00:05 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:00: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' => '42375' 'SCRIPT_FILENAME' => '/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' => '35.177.183.28' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/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' => '35.177.183.28' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://35.177.183.28/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825205.4199 'REQUEST_TIME' => 1711825205 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:09 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00: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' => '44856' 'SCRIPT_FILENAME' => '/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' => '35.177.183.28' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/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' => '35.177.183.28' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://35.177.183.28/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://35.177.183.28/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825209.179 'REQUEST_TIME' => 1711825209 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:00:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:00:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:00:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:00:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:00:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:00:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:00:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:00:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:00:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:00:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:00: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' => '33024' 'SCRIPT_FILENAME' => '/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' => '35.177.183.28' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/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' => '35.177.183.28' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://35.177.183.28/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://35.177.183.28/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825209.4439 'REQUEST_TIME' => 1711825209 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:30 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:30 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:30 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:30 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:30 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:30 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:30 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:30 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:30 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:30 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:30 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:30 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:30 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:30 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:30 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00: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' => '64489' 'SCRIPT_FILENAME' => '/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' => 'pierview.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_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' => 'pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825230.2849 'REQUEST_TIME' => 1711825230 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:32 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:32 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:32 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:32 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:32 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:32 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:32 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:32 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:32 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:32 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:32 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:00:32 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:00:32 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:00:32 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:32 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:32 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:32 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:32 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:00:32 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:00: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' => '11204' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'whywomenwork.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825232.5782 'REQUEST_TIME' => 1711825232 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:35 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:35 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:35 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:00:35 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:00:35 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:00:35 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:35 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:35 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:35 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:35 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:00:35 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:00: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' => '40858' 'SCRIPT_FILENAME' => '/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' => '35.177.183.28' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/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' => '35.177.183.28' 'HTTP_CONNECTION' => 'close' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://35.177.183.28/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825234.9736 'REQUEST_TIME' => 1711825234 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:35 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:35 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:35 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:35 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:35 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:35 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:35 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:35 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:35 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:35 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:35 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:35 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:35 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00:35 [-][-][-][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' => '45438' 'SCRIPT_FILENAME' => '/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' => 'box.pierview.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_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' => 'box.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'box.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://box.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'box.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://box.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825235.6773 'REQUEST_TIME' => 1711825235 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:37 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00: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' => '12726' 'SCRIPT_FILENAME' => '/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' => '35.177.183.28' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/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' => '35.177.183.28' 'HTTP_CONNECTION' => 'close' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://35.177.183.28/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://35.177.183.28/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825237.3725 'REQUEST_TIME' => 1711825237 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:37 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00: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' => '14373' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'whywomenwork.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'whywomenwork.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://whywomenwork.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825237.5302 'REQUEST_TIME' => 1711825237 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:37 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:00:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:00:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:00:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:00:37 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:00:37 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:00:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:00:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:00:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:00:37 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:00: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' => '63293' 'SCRIPT_FILENAME' => '/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' => '35.177.183.28' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/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' => '35.177.183.28' 'HTTP_CONNECTION' => 'close' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://35.177.183.28/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://35.177.183.28/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825237.6992 'REQUEST_TIME' => 1711825237 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:38 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00:38 [-][-][-][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' => '3661' 'SCRIPT_FILENAME' => '/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' => 'email.pierview.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_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' => 'email.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'email.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://email.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'email.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://email.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825238.6108 'REQUEST_TIME' => 1711825238 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:42 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00:42 [-][-][-][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' => '29770' 'SCRIPT_FILENAME' => '/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' => 'mailgate.pierview.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_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' => 'mailgate.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mailgate.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mailgate.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mailgate.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mailgate.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825242.1806 'REQUEST_TIME' => 1711825242 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:42 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:00:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:00:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:00:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:00:42 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:00:42 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:00:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:00:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:00:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:00:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:00:42 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:00: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' => '18100' 'SCRIPT_FILENAME' => '/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' => 'mailgate.pierview.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_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' => 'mailgate.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mailgate.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mailgate.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mailgate.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mailgate.pierview.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' => 1711825242.6158 'REQUEST_TIME' => 1711825242 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:46 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:46 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:46 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:46 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:46 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:46 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:46 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:46 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:46 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00:46 [-][-][-][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' => '27718' 'SCRIPT_FILENAME' => '/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' => 'pop3.pierview.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_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' => 'pop3.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'pop3.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pop3.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'pop3.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://pop3.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825246.1694 'REQUEST_TIME' => 1711825246 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:46 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:46 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:46 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:46 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:46 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:46 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:46 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:46 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:46 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:00:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:00:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:46 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:00:46 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:00:46 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:00:46 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:00:46 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:46 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:46 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00:46 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:00:46 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:00:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:00:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:00:46 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:00:46 [-][-][-][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' => '5561' 'SCRIPT_FILENAME' => '/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' => 'pop3.pierview.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_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' => 'pop3.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'pop3.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pop3.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'pop3.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://pop3.pierview.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' => 1711825246.5012 'REQUEST_TIME' => 1711825246 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:50 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:50 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:50 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00:50 [-][-][-][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' => '42590' 'SCRIPT_FILENAME' => '/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' => 'authsmtp.pierview.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_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' => 'authsmtp.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'authsmtp.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://authsmtp.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'authsmtp.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://authsmtp.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825250.5348 'REQUEST_TIME' => 1711825250 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:50 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:50 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:00:50 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:00:50 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:50 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:50 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:50 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:00:50 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][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-03-30 12:00:50 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:00:50 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:00:50 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:00:50 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:50 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:50 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:50 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:50 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:50 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:00:50 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:00:50 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:00:50 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:00:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:00:51 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:00:51 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:00:51 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:00:51 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:00:50 [-][-][-][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' => '43461' 'SCRIPT_FILENAME' => '/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' => 'authsmtp.pierview.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_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' => 'authsmtp.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'authsmtp.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://authsmtp.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'authsmtp.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://authsmtp.pierview.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' => 1711825250.9712 'REQUEST_TIME' => 1711825250 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:00:52 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:00:52 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:00:52 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:52 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:52 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00:52 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:52 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:00:52 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:00: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' => '58749' 'SCRIPT_FILENAME' => '/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.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_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.whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.whywomenwork.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825252.6366 'REQUEST_TIME' => 1711825252 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:54 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00:54 [-][-][-][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' => '21103' 'SCRIPT_FILENAME' => '/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' => 'poczta.pierview.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_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' => 'poczta.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'poczta.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://poczta.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'poczta.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://poczta.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825254.6428 'REQUEST_TIME' => 1711825254 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:55 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:55 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:55 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:55 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:55 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:55 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:55 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:55 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:55 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:55 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:55 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:55 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:55 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:55 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00:55 [-][-][-][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' => '56264' 'SCRIPT_FILENAME' => '/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' => 'mail.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_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.whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.whywomenwork.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.whywomenwork.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825255.9846 'REQUEST_TIME' => 1711825255 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:00:58 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:58 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:58 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:00:58 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:58 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00:58 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:00: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-03-30 12:00: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-03-30 12:00: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-03-30 12:00:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:00:58 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:58 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:00:58 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:00:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:00:58 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:00:58 [-][-][-][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' => '59468' 'SCRIPT_FILENAME' => '/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' => 'mail11.pierview.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_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' => 'mail11.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail11.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail11.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail11.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail11.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825258.6224 'REQUEST_TIME' => 1711825258 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:02 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:02 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:02 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:02 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:02 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:02 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:02 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:02 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:02 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:02 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01:02 [-][-][-][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' => '55732' 'SCRIPT_FILENAME' => '/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' => 'pierview.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_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' => 'pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825262.5006 'REQUEST_TIME' => 1711825262 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:06 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01: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' => '64783' 'SCRIPT_FILENAME' => '/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' => 'smtpauth.pierview.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_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' => 'smtpauth.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'smtpauth.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://smtpauth.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'smtpauth.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://smtpauth.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825266.2841 'REQUEST_TIME' => 1711825266 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:10 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:10 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:10 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:10 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:10 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:10 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:10 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:10 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:10 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:10 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:10 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:10 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:10 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:10 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01: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' => '56375' 'SCRIPT_FILENAME' => '/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' => 'server.pierview.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_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' => 'server.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'server.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://server.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'server.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://server.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825270.523 'REQUEST_TIME' => 1711825270 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:14 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:14 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:14 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:14 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:14 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:14 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:14 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:14 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:14 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:14 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:14 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:14 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:14 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:14 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:14 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:14 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:14 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01:14 [-][-][-][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' => '14652' 'SCRIPT_FILENAME' => '/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' => 'mailx.pierview.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_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' => 'mailx.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mailx.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mailx.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mailx.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mailx.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825274.4125 'REQUEST_TIME' => 1711825274 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:14 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:14 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:14 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:14 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:14 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:14 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:14 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:14 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:14 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:14 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:14 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:14 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:14 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:14 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:14 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:14 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:14 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:14 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01:14 [-][-][-][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' => '58950' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.whywomenwork.org' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'hostmaster.whywomenwork.org' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hostmaster.whywomenwork.org/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'hostmaster.whywomenwork.org' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://hostmaster.whywomenwork.org/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825274.5695 'REQUEST_TIME' => 1711825274 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:15 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:15 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:15 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:15 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:15 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:15 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:15 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:15 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:15 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:01:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:01:15 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:15 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:15 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:01:15 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:01:15 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:01:15 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:01:15 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:01:15 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:01:15 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01:15 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:01:15 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:01:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:01:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:01:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:01:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:01:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:01:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:01:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:01:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:01:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:01:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:01:15 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:01: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' => '16401' 'SCRIPT_FILENAME' => '/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' => 'mailx.pierview.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_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' => 'mailx.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mailx.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mailx.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mailx.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mailx.pierview.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' => 1711825275.1504 'REQUEST_TIME' => 1711825275 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:19 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:19 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:19 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:19 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:19 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:19 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:19 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:19 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:19 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:19 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:19 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01:19 [-][-][-][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' => '51450' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.org' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://whywomenwork.org/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://whywomenwork.org/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825279.0221 'REQUEST_TIME' => 1711825279 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:19 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:19 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:19 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:19 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:19 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:19 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:19 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:19 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:01:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:19 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:19 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:19 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:19 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01:19 [-][-][-][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' => '10228' 'SCRIPT_FILENAME' => '/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' => 'mail9.pierview.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_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' => 'mail9.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail9.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail9.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail9.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail9.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825279.319 'REQUEST_TIME' => 1711825279 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:22 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:22 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:22 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:22 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:22 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:22 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:22 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:22 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:22 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:22 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:22 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:22 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:22 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01:22 [-][-][-][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' => '12677' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.org' 'HTTP_CONNECTION' => 'close' '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' => 1711825282.5079 'REQUEST_TIME' => 1711825282 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:23 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:23 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:23 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:23 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:23 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:23 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:23 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:23 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:23 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:23 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:23 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01: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' => '13990' 'SCRIPT_FILENAME' => '/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' => 'relay.pierview.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_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' => 'relay.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'relay.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'relay.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://relay.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825283.2293 'REQUEST_TIME' => 1711825283 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:27 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:27 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:27 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:27 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:27 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:27 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:27 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:27 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:27 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:27 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:27 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:27 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:27 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:27 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:27 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01:27 [-][-][-][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' => '3035' 'SCRIPT_FILENAME' => '/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.comune.pierview.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_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.comune.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.comune.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.comune.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail.comune.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail.comune.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825287.9505 'REQUEST_TIME' => 1711825287 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:28 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:28 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:28 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:28 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:28 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:28 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:28 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:28 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:28 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:28 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:28 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:28 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:01:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:01:28 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:28 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:28 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:01:28 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:01:28 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:01:28 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:01:28 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:01:28 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:01:28 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01:28 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:01:28 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:01:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:01:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:01:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:01:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:01:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:01:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:01:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:01:28 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:01:28 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:01:28 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:01:28 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:01: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' => '30209' 'SCRIPT_FILENAME' => '/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.comune.pierview.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_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.comune.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.comune.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.comune.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail.comune.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail.comune.pierview.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' => 1711825288.4901 'REQUEST_TIME' => 1711825288 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:30 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:30 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:30 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:30 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:30 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:30 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:30 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:30 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:30 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:30 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:30 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:30 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:30 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:30 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:30 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01: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' => '16210' 'SCRIPT_FILENAME' => '/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' => 'm.pierview.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_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' => 'm.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'm.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://m.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'm.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://m.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825290.6757 'REQUEST_TIME' => 1711825290 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:34 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01:34 [-][-][-][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' => '41859' 'SCRIPT_FILENAME' => '/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' => 'mail2.pierview.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_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' => 'mail2.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail2.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail2.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825294.2781 'REQUEST_TIME' => 1711825294 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:38 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01:38 [-][-][-][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' => '18943' 'SCRIPT_FILENAME' => '/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' => 'ns1.pierview.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_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' => 'ns1.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ns1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ns1.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ns1.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ns1.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825298.3674 'REQUEST_TIME' => 1711825298 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:01:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:01:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:01: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-03-30 12:01: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-03-30 12:01: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-03-30 12:01:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:01:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:01:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:01:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:01:42 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:01:42 [-][-][-][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' => '57713' 'SCRIPT_FILENAME' => '/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' => 'home.pierview.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_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' => 'home.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'home.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://home.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'home.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://home.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825302.5789 'REQUEST_TIME' => 1711825302 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:02:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:01 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12: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' => '47167' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'everydayinclusion.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'everydayinclusion.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://everydayinclusion.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'everydayinclusion.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://everydayinclusion.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825321.6816 'REQUEST_TIME' => 1711825321 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:05 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02: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' => '37278' 'SCRIPT_FILENAME' => '/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' => 'webmail.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_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.everydayinclusion.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webmail.everydayinclusion.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.everydayinclusion.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'webmail.everydayinclusion.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://webmail.everydayinclusion.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825325.6894 'REQUEST_TIME' => 1711825325 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:23 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:23 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:23 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:23 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:23 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:23 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:23 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:23 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:23 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:23 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:23 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:23 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:23 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:02:23 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:02:23 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:02:23 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:23 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02:23 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02:23 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:23 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:02:23 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:02: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' => '61571' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.whywomenwork.org' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'hostmaster.whywomenwork.org' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hostmaster.whywomenwork.org/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825343.5306 'REQUEST_TIME' => 1711825343 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:26 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02:26 [-][-][-][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' => '21758' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'outhill.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://outhill.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'outhill.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://outhill.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825346.0602 'REQUEST_TIME' => 1711825346 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:02:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:02:26 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:02:26 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][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-03-30 12:02:26 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:02:26 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:02:26 [-][-][-][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' => '49647' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.org' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://whywomenwork.org/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825346.3854 'REQUEST_TIME' => 1711825346 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:29 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02:29 [-][-][-][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' => '44015' 'SCRIPT_FILENAME' => '/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' => 'ww.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_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' => 'ww.outhill.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ww.outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ww.outhill.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ww.outhill.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ww.outhill.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825349.8515 'REQUEST_TIME' => 1711825349 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:30 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:30 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:30 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:30 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:30 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:30 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:30 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:30 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:30 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:30 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:30 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:30 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:30 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:30 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:30 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:30 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:30 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:02:30 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:02:30 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:02:30 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02:30 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02:30 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][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-03-30 12:02:30 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:02:30 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:02:30 [-][-][-][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' => '57260' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.org' 'HTTP_CONNECTION' => 'close' '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' => 1711825350.9611 'REQUEST_TIME' => 1711825350 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:33 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02:33 [-][-][-][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' => '58322' 'SCRIPT_FILENAME' => '/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' => 'ww.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_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' => 'ww.outhill.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://ww.outhill.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://ww.outhill.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825353.599 'REQUEST_TIME' => 1711825353 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:37 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02: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' => '23283' 'SCRIPT_FILENAME' => '/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' => 'webdisk.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_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' => 'webdisk.outhill.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webdisk.outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webdisk.outhill.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'webdisk.outhill.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://webdisk.outhill.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825357.916 'REQUEST_TIME' => 1711825357 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:43 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:43 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:43 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:43 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:43 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:43 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:43 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:43 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:43 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:43 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:43 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02: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' => '63684' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.com' 'HTTP_CONNECTION' => 'close' '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' => 1711825363.9712 'REQUEST_TIME' => 1711825363 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:45 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02:45 [-][-][-][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' => '49038' 'SCRIPT_FILENAME' => '/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' => 'cpanel.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'cpanel.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://cpanel.culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'cpanel.culturaldna.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://cpanel.culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825365.007 'REQUEST_TIME' => 1711825365 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:48 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:48 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:48 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:48 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:48 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:48 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:48 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:48 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:48 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:48 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02: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' => '8389' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825368.7617 'REQUEST_TIME' => 1711825368 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:49 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02:49 [-][-][-][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' => '23555' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'whywomenwork.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://whywomenwork.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825369.5628 'REQUEST_TIME' => 1711825369 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:52 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02:52 [-][-][-][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' => '40041' 'SCRIPT_FILENAME' => '/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' => 'mail.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_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.whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.whywomenwork.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.whywomenwork.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825372.124 'REQUEST_TIME' => 1711825372 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:52 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02:52 [-][-][-][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' => '1990' 'SCRIPT_FILENAME' => '/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.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'demo.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://demo.culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'demo.culturaldna.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://demo.culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825372.8059 'REQUEST_TIME' => 1711825372 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:55 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:55 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:55 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:55 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:55 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:56 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:56 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:56 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:56 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:56 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:02:55 [-][-][-][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' => '44922' 'SCRIPT_FILENAME' => '/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' => 'webdisk.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_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' => 'webdisk.whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webdisk.whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webdisk.whywomenwork.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'webdisk.whywomenwork.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://webdisk.whywomenwork.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825375.9931 'REQUEST_TIME' => 1711825375 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:02:58 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:58 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:58 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:02:58 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:58 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02:58 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:02:58 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:58 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:02:58 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:02:58 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:02:58 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:02:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:02:58 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:02:58 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:02:58 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:02:58 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02:58 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02:58 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02: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-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][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-03-30 12:02:58 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:02:58 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:02:58 [-][-][-][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' => '40881' 'SCRIPT_FILENAME' => '/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' => 'ns1.pierview.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_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' => 'ns1.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ns1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ns1.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825378.3012 'REQUEST_TIME' => 1711825378 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:00 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:03:00 [-][-][-][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' => '33392' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'hostmaster.whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hostmaster.whywomenwork.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'hostmaster.whywomenwork.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://hostmaster.whywomenwork.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825380.8202 'REQUEST_TIME' => 1711825380 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:01 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:03: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' => '1216' 'SCRIPT_FILENAME' => '/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' => 'mail.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail.culturaldna.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail.culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825381.0722 'REQUEST_TIME' => 1711825381 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:02 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:02 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:02 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:02 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:02 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:02 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:03:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:02 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:02 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:02 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:02 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:02 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:03:02 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:02 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:02 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:03:02 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:02 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12: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' => '29193' 'SCRIPT_FILENAME' => '/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' => 'mail2.pierview.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_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' => 'mail2.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail2.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825382.8002 'REQUEST_TIME' => 1711825382 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:02 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:02 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:02 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:02 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:02 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:02 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:03:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:02 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:02 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:02 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:03:02 [-][-][-][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' => '65109' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'culturaldna.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825382.9856 'REQUEST_TIME' => 1711825382 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:05 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:03: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' => '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' => '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.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webmail.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'webmail.culturaldna.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://webmail.culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825385.3112 'REQUEST_TIME' => 1711825385 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:07 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:07 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:07 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:07 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:07 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:07 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:07 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:07 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:07 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:07 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:07 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:07 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:07 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:07 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:07 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:07 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:07 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:07 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:07 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:07 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:07 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:07 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:07 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:07 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03: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' => '13242' 'SCRIPT_FILENAME' => '/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' => 'ms.pierview.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_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' => 'ms.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ms.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ms.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825387.4911 'REQUEST_TIME' => 1711825387 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:10 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:10 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:10 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:10 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:10 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:10 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:10 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:10 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:10 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:10 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:10 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:10 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:10 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:10 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:03: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' => '20468' 'SCRIPT_FILENAME' => '/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' => 'ms.pierview.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_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' => 'ms.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ms.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ms.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ms.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ms.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825390.6032 'REQUEST_TIME' => 1711825390 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:15 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:15 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:15 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:15 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:15 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:15 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:15 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:15 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:15 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:15 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:15 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:15 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:15 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:15 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:15 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:15 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:15 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:15 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:15 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:15 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03: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' => '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' => 'smtpauth.pierview.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_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' => 'smtpauth.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'smtpauth.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://smtpauth.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825395.9798 'REQUEST_TIME' => 1711825395 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:18 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:18 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:18 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:18 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:18 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:18 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:18 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:18 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:18 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:18 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:18 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:18 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:18 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:18 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:18 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:18 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:18 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:18 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:18 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:18 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:18 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:18 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:18 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:18 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03: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' => '19150' 'SCRIPT_FILENAME' => '/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' => 'mail.comune.pierview.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_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.comune.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.comune.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.comune.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825398.4195 'REQUEST_TIME' => 1711825398 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:22 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:22 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:22 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:22 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:22 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:22 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:22 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:22 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:22 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:22 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:22 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:22 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:22 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:22 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:22 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:22 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:22 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:22 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:22 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:22 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:22 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:22 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:22 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03: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' => '1477' 'SCRIPT_FILENAME' => '/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' => 'm.pierview.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_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' => 'm.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'm.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://m.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825402.6271 'REQUEST_TIME' => 1711825402 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:26 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:26 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][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-03-30 12:03:26 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:26 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03:26 [-][-][-][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' => '34710' 'SCRIPT_FILENAME' => '/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' => 'poczta.pierview.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_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' => 'poczta.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'poczta.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://poczta.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825406.8384 'REQUEST_TIME' => 1711825406 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:30 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:30 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:30 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:30 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:30 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:30 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:30 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:30 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:30 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:30 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:30 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:30 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:30 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:30 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:30 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:30 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:30 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:30 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:30 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:30 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:30 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:30 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][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-03-30 12:03:30 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:30 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03:30 [-][-][-][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' => '13471' 'SCRIPT_FILENAME' => '/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' => 'box.pierview.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_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' => 'box.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'box.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://box.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825410.8448 'REQUEST_TIME' => 1711825410 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:34 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:34 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:34 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:34 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:34 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:34 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:34 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:34 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03: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' => '41853' 'SCRIPT_FILENAME' => '/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' => 'pop3.pierview.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_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' => 'pop3.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'pop3.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pop3.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825414.5377 'REQUEST_TIME' => 1711825414 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:38 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:38 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:38 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:38 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:38 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:38 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:38 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:38 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03: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' => '40054' 'SCRIPT_FILENAME' => '/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' => 'relay.pierview.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_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' => 'relay.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'relay.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825418.0755 'REQUEST_TIME' => 1711825418 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:42 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:42 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:42 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:42 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03: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' => '25804' 'SCRIPT_FILENAME' => '/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' => 'mail9.pierview.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_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' => 'mail9.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail9.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail9.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825422.6164 'REQUEST_TIME' => 1711825422 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:46 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:46 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:46 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:46 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:46 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:46 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:46 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:46 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:46 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:46 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:46 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:46 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:46 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:46 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:46 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:46 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][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-03-30 12:03:46 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:46 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03:46 [-][-][-][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' => '9796' 'SCRIPT_FILENAME' => '/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' => 'email.pierview.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_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' => 'email.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'email.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://email.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825426.4591 'REQUEST_TIME' => 1711825426 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:50 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:50 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:50 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:50 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:50 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:50 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:50 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:03:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:03:50 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:03:50 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:50 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:50 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:50 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:50 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:50 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:50 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:50 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:50 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:50 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:50 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:50 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:50 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:50 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:50 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:50 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][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-03-30 12:03:50 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:50 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03:50 [-][-][-][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' => '8217' 'SCRIPT_FILENAME' => '/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' => 'home.pierview.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_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' => 'home.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'home.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://home.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825430.2991 'REQUEST_TIME' => 1711825430 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:03:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:54 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:54 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:54 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03: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' => '28753' 'SCRIPT_FILENAME' => '/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' => 'pierview.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_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' => 'pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825434.7083 'REQUEST_TIME' => 1711825434 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:03:58 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:58 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:58 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:03:58 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:58 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03:58 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:03:58 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:58 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:03:58 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:03:58 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:03:58 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:03:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:03:58 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:03:58 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:03:58 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:03:58 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:58 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03:58 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03: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-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][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-03-30 12:03:58 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:03:58 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:03:58 [-][-][-][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' => '36711' 'SCRIPT_FILENAME' => '/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' => 'mail10.pierview.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_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' => 'mail10.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail10.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail10.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825438.4264 'REQUEST_TIME' => 1711825438 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:04:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:01 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:01 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:01 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04: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' => '21288' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'everydayinclusion.com' 'HTTP_CONNECTION' => 'close' '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' => 1711825441.3351 'REQUEST_TIME' => 1711825441 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:03 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:03 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:03 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:03 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:03 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:03 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:03 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:03 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:03 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:03 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:03 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:03 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:03 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:03 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:04: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' => '36074' 'SCRIPT_FILENAME' => '/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' => 'mail10.pierview.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_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' => 'mail10.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail10.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail10.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail10.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail10.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825443.0698 'REQUEST_TIME' => 1711825443 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:05 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:05 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:05 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:05 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04: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' => '59063' 'SCRIPT_FILENAME' => '/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' => 'webmail.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_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.everydayinclusion.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webmail.everydayinclusion.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.everydayinclusion.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825445.5363 'REQUEST_TIME' => 1711825445 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:06 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:06 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:06 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:06 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04: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' => '51537' 'SCRIPT_FILENAME' => '/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' => 'mail02.pierview.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_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' => 'mail02.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail02.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825446.9012 'REQUEST_TIME' => 1711825446 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:15 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:15 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:15 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:15 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:15 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:15 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:15 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:15 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:15 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:15 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:15 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:15 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:15 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:15 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:15 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:15 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:15 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:15 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:15 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:15 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04: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' => '21409' 'SCRIPT_FILENAME' => '/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' => 'authsmtp.pierview.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_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' => 'authsmtp.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'authsmtp.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://authsmtp.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825455.3935 'REQUEST_TIME' => 1711825455 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:17 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:17 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:17 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:17 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:17 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:17 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:17 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:17 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:17 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:17 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:04:17 [-][-][-][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' => '52922' 'SCRIPT_FILENAME' => '/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' => 'mail02.pierview.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_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' => 'mail02.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail02.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail02.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825457.3129 'REQUEST_TIME' => 1711825457 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:20 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:20 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:20 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:20 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:20 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:20 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:20 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:20 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04: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' => '25694' 'SCRIPT_FILENAME' => '/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' => 'spam.pierview.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_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' => 'spam.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'spam.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://spam.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825460.7504 'REQUEST_TIME' => 1711825460 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:22 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:22 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:22 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:22 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:22 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:22 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:22 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:22 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:22 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:22 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:22 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:22 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:22 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:22 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:22 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:22 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:22 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:22 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:22 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:22 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:22 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:22 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:22 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04: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' => '57811' 'SCRIPT_FILENAME' => '/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.pierview.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_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.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webmail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825462.9102 'REQUEST_TIME' => 1711825462 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:26 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:04:26 [-][-][-][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' => '28164' 'SCRIPT_FILENAME' => '/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' => 'spam.pierview.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_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' => 'spam.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'spam.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://spam.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'spam.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://spam.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825466.5399 'REQUEST_TIME' => 1711825466 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:26 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:04:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:04:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:04:26 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:04:26 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:04:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:04:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:04:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:04:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:04:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:04:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:04:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:04:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:04:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:04:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:04:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:04:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:04:26 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:04: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' => '54444' 'SCRIPT_FILENAME' => '/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' => 'spam.pierview.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_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' => 'spam.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'spam.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://spam.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'spam.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://spam.pierview.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' => 1711825466.9589 'REQUEST_TIME' => 1711825466 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:30 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:30 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:30 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:30 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:30 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:30 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:30 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:30 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:30 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:30 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:30 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:30 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:30 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:30 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:30 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:04: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' => '24340' 'SCRIPT_FILENAME' => '/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' => 'webmail.pierview.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_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.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webmail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'webmail.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://webmail.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825470.3421 'REQUEST_TIME' => 1711825470 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:34 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:34 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:34 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:34 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:34 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:34 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:34 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:34 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04: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' => '39777' 'SCRIPT_FILENAME' => '/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' => 'server.pierview.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_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' => 'server.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'server.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://server.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825474.708 'REQUEST_TIME' => 1711825474 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:38 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:38 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:38 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:38 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:38 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:38 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:38 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:38 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04: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' => '8988' 'SCRIPT_FILENAME' => '/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' => 'ms1.pierview.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_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' => 'ms1.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ms1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ms1.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825478.274 'REQUEST_TIME' => 1711825478 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:42 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:04:42 [-][-][-][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' => '37244' 'SCRIPT_FILENAME' => '/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' => 'ms1.pierview.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_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' => 'ms1.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ms1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ms1.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ms1.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ms1.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825482.4611 'REQUEST_TIME' => 1711825482 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:46 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:46 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:46 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:46 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:46 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:46 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:46 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:46 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:46 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:46 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:46 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:46 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:46 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:46 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:46 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:46 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][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-03-30 12:04:46 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:46 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04:46 [-][-][-][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' => '53232' 'SCRIPT_FILENAME' => '/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' => 'mailx.pierview.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_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' => 'mailx.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mailx.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mailx.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825486.1884 'REQUEST_TIME' => 1711825486 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:50 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:50 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:51 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:51 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:51 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:51 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:51 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:51 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:51 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:51 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:51 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:51 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:51 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:51 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:51 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:51 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:51 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:51 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:51 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:51 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04:50 [-][-][-][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' => '57423' 'SCRIPT_FILENAME' => '/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.pierview.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_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.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825490.9981 'REQUEST_TIME' => 1711825490 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:53 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:04:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:04:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:04:53 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:04:53 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:04:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:04:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:04:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:04:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:04:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:04:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:04:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:04:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:04:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:04:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:04:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:04:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:04:53 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:04: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' => '64824' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.whywomenwork.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://hostmaster.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' => 1711825493.5045 'REQUEST_TIME' => 1711825493 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:55 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:55 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:55 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:55 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:55 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:55 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:55 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:55 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:55 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:55 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:55 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:55 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:55 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:55 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:04:55 [-][-][-][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' => '28427' 'SCRIPT_FILENAME' => '/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' => 'mail.pierview.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_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.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825495.0335 'REQUEST_TIME' => 1711825495 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:04:58 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:58 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:58 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:04:58 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:58 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04:58 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:04:58 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:58 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:04:58 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:04:58 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:04:58 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:04:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:04:58 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:04:58 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:04:58 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:04:58 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:58 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04:58 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04: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-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][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-03-30 12:04:58 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:04:58 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:04:58 [-][-][-][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' => '34799' 'SCRIPT_FILENAME' => '/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' => 'pierview.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_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' => 'pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825498.1221 'REQUEST_TIME' => 1711825498 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:05:04 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:04 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:04 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:04 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:04 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:04 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:04 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:04 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:04 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:04 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:05:04 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:05:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:05:04 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:05:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:05:05 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:05:05 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:05 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:05:05 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:05: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' => '1188' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.whywomenwork.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825504.9935 'REQUEST_TIME' => 1711825504 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:05:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:05:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:05:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:05:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:05:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:05:06 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:05:06 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:06 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:05:06 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:05: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' => '54181' 'SCRIPT_FILENAME' => '/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.pierview.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_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.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.pierview.co.uk/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825506.2413 'REQUEST_TIME' => 1711825506 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:05:07 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:07 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:07 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:07 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:07 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:07 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:07 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:07 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:07 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:07 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:07 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:05:07 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:05:07 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:05:07 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:05:07 [-][-][-][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' => '55918' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.whywomenwork.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://hostmaster.whywomenwork.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825507.9534 'REQUEST_TIME' => 1711825507 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:05:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:11 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:11 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:11 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:11 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:11 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:11 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:05:11 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:05:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:05:11 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:05:11 [-][-][-][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' => '57906' 'SCRIPT_FILENAME' => '/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.pierview.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_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.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.pierview.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.pierview.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825511.4612 'REQUEST_TIME' => 1711825511 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:05:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:05:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:05:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:05:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:05:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:05:53 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:05:53 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:53 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:05:53 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:05: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' => '40406' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825553.0453 'REQUEST_TIME' => 1711825553 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:05:56 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:56 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:56 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:56 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:56 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:56 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:56 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:56 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:05:56 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:05:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:05:56 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:05:56 [-][-][-][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' => '13503' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.whywomenwork.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://hostmaster.whywomenwork.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825556.9859 'REQUEST_TIME' => 1711825556 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:05:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:05:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:05:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:05:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:05:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:05:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:05:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:05:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:05:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:05:57 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:05:57 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05: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-03-30 12:05:57 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:05:57 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:05: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' => '15635' 'SCRIPT_FILENAME' => '/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.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'demo.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://demo.culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825557.0401 'REQUEST_TIME' => 1711825557 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:00 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:00 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:00 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:00 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:00 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:00 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:00 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:00 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '34355' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825560.6855 'REQUEST_TIME' => 1711825560 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:01 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:01 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:01 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:01 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '3137' 'SCRIPT_FILENAME' => '/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' => 'mail.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_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.whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825561.4653 'REQUEST_TIME' => 1711825561 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:03 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:03 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:03 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:03 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:03 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:03 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:03 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:03 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:03 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:03 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:03 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:03 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:03 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:03 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:03 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:03 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:03 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:03 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:03 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:03 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:03 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:03 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:03 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:03 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '13117' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825563.9168 'REQUEST_TIME' => 1711825563 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:04 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:04 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:04 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:04 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:04 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:04 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:04 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:04 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:04 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:04 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:04 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:04 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:04 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:04 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:04 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:04 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:04 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:04 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:04 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:04 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '13031' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825564.5491 'REQUEST_TIME' => 1711825564 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:08 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:08 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:08 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:08 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:08 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:08 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:08 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:08 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:08 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:08 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:08 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:08 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:08 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:08 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:08 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:08 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:08 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:08 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:08 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:08 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:08 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:08 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:08 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:08 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '8839' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825568.0095 'REQUEST_TIME' => 1711825568 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:06:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:09 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:09 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:09 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '42142' 'SCRIPT_FILENAME' => '/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' => 'webdisk.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_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' => 'webdisk.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webdisk.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webdisk.culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825569.4381 'REQUEST_TIME' => 1711825569 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:12 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:12 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:12 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:12 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:12 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:12 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:12 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:12 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '37773' 'SCRIPT_FILENAME' => '/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' => 'mail.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_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.whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825572.1763 'REQUEST_TIME' => 1711825572 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:13 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:06:13 [-][-][-][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' => '61499' 'SCRIPT_FILENAME' => '/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' => 'webdisk.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_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' => 'webdisk.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webdisk.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webdisk.culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'webdisk.culturaldna.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://webdisk.culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825573.5222 'REQUEST_TIME' => 1711825573 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:16 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:16 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:16 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:16 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:16 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:16 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:16 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:16 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:16 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:16 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:16 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:16 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:16 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:06:16 [-][-][-][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' => '53985' 'SCRIPT_FILENAME' => '/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.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_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.whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.whywomenwork.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail.whywomenwork.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail.whywomenwork.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825576.1924 'REQUEST_TIME' => 1711825576 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:16 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:16 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:16 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:16 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:16 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:16 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:16 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:16 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:16 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:16 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:16 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:16 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:16 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:16 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:16 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:16 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:16 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:16 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:16 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:16 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:16 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:16 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '5074' 'SCRIPT_FILENAME' => '/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.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825576.6395 'REQUEST_TIME' => 1711825576 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:19 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:19 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:20 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:20 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:20 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:20 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:20 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:20 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:20 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:20 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06:19 [-][-][-][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' => '26076' 'SCRIPT_FILENAME' => '/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' => 'webdisk.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_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' => 'webdisk.whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webdisk.whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webdisk.whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825579.998 'REQUEST_TIME' => 1711825579 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:20 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:06:20 [-][-][-][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' => '37228' 'SCRIPT_FILENAME' => '/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' => 'mail.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.culturaldna.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.culturaldna.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825580.5205 'REQUEST_TIME' => 1711825580 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:24 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:24 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:24 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:24 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:24 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:24 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:24 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:24 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:24 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:24 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:24 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:24 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:24 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:24 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:24 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:24 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:24 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:24 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:24 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:24 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:24 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:24 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:24 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:24 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '55330' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.whywomenwork.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'hostmaster.whywomenwork.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hostmaster.whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825584.4799 'REQUEST_TIME' => 1711825584 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:24 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:24 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:24 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:24 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:24 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:24 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:24 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:24 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:24 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:24 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:24 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:24 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:24 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:24 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:24 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:24 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:24 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:24 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:24 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:24 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:24 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:24 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:24 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:24 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '46084' 'SCRIPT_FILENAME' => '/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' => 'mail.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825584.6481 'REQUEST_TIME' => 1711825584 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:28 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:28 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:28 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:28 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:28 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:28 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:28 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:28 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:28 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:28 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:28 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:28 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:28 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:28 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:28 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:28 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:28 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:28 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:28 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:28 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][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-03-30 12:06:28 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:28 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06:28 [-][-][-][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' => '50209' 'SCRIPT_FILENAME' => '/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.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'cpanel.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://cpanel.culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825588.6494 'REQUEST_TIME' => 1711825588 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:32 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:32 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:32 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:32 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:32 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:32 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:32 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:32 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:32 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:32 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:32 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:32 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:32 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:32 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:32 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:32 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:32 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:32 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:32 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '42211' 'SCRIPT_FILENAME' => '/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' => 'webmail.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webmail.culturaldna.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825592.9067 'REQUEST_TIME' => 1711825592 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:33 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:33 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:33 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:33 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '25639' 'SCRIPT_FILENAME' => '/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' => 'ww.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_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' => 'ww.outhill.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ww.outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ww.outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825593.7656 'REQUEST_TIME' => 1711825593 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:37 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:37 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:37 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:37 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '56400' 'SCRIPT_FILENAME' => '/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' => 'ww.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_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' => 'ww.outhill.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://ww.outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825597.4356 'REQUEST_TIME' => 1711825597 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:42 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:42 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:42 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:42 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '50507' 'SCRIPT_FILENAME' => '/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.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_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.outhill.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'cpanel.outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://cpanel.outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825602.0484 'REQUEST_TIME' => 1711825602 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:45 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:06:45 [-][-][-][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' => '46212' 'SCRIPT_FILENAME' => '/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' => 'cpanel.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_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.outhill.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'cpanel.outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://cpanel.outhill.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'cpanel.outhill.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://cpanel.outhill.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825605.6462 'REQUEST_TIME' => 1711825605 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:49 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:49 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:49 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:49 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '47622' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.outhill.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825609.7027 'REQUEST_TIME' => 1711825609 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:53 [-][-][-][info][yii\web\Session::open] Session started 2024-03-30 12:06:53 [-][-][-][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' => '36602' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.outhill.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.outhill.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://hostmaster.outhill.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825613.4085 'REQUEST_TIME' => 1711825613 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:06:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:06:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:06:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:06:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:06:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:06:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:06:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:06:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:06:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:06:57 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:06:57 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06: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-03-30 12:06:57 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:06:57 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:06: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' => '60851' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'outhill.com' 'HTTP_CONNECTION' => 'close' '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' => 1711825617.5834 'REQUEST_TIME' => 1711825617 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:07:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:07:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:07:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:07:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:07:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:07:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:07:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:07:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:07:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:07:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:07:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:07:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:07:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:07:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:07:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:07:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:07:01 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:07:01 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:07:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:07:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:01 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:07:01 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:07: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' => '14387' 'SCRIPT_FILENAME' => '/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' => 'webdisk.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_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' => 'webdisk.outhill.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webdisk.outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webdisk.outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711825621.5963 'REQUEST_TIME' => 1711825621 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:07:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:07:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:07:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:07:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:07:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:07:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:07:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:07:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:07:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:07:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:07:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:07:41 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:07:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:07:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:07:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:07:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:07:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:07:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:07:41 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:07:41 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:07:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:07:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:07:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:07:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:07:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:07:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:07:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:07:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:07:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:07:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:07:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:07:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:07:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:07:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:07:41 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:07: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' => '16192' 'SCRIPT_FILENAME' => '/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' => 'mail.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_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.whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.whywomenwork.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.whywomenwork.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail.whywomenwork.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail.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' => 1711825661.438 'REQUEST_TIME' => 1711825661 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:07:43 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:07:43 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:07:43 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:07:43 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:07:43 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:07:43 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:07:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:07:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:07:43 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:07:43 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:07:43 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:07:43 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:07:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:07:43 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:07:43 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:07:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:07:43 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:07:43 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:07:43 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:07:43 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:07:43 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:07:43 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:07:43 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:07:43 [-][-][-][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-03-30 12:07:43 [-][-][-][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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07: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-03-30 12:07:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:07: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-03-30 12:07: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-03-30 12:07:44 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:07:44 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:07:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:07:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:07:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:07:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:07:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:07:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:07:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:07:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:07:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:07:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:07:44 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:07:43 [-][-][-][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' => '21116' 'SCRIPT_FILENAME' => '/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' => 'mail.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_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.whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.whywomenwork.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.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' => 1711825663.9891 'REQUEST_TIME' => 1711825663 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:08:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:08:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:08:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:08:00 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:08:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:08:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:08:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:08:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:08:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:08:00 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:08:00 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08: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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][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-03-30 12:08:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:08:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:08:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:08:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:08:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:08:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:08:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:08:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:08:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:08:00 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:08:00 [-][-][-][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' => '32752' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'whywomenwork.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'whywomenwork.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://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' => 1711825680.2394 'REQUEST_TIME' => 1711825680 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:10:14 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:14 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:14 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:10:14 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:14 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:14 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:10:14 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:10:14 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:10:14 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:10:14 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:10:14 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:10:14 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:10:14 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][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-03-30 12:10:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10:14 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:14 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:14 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:14 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:14 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:10:14 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:10:14 [-][-][-][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' => '48035' 'SCRIPT_FILENAME' => '/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' => 'mail.pierview.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_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.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.pierview.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' => 1711825814.5451 'REQUEST_TIME' => 1711825814 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:10:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:10:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:25 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:10:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:10:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:10:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:10:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:10:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:10:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:10:25 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:10:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:10:25 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12: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' => '38508' 'SCRIPT_FILENAME' => '/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' => 'ms.pierview.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_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' => 'ms.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ms.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ms.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ms.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ms.pierview.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' => 1711825825.138 'REQUEST_TIME' => 1711825825 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:10:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:26 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:10:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:10:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:10:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:10:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:10:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:10:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:10:26 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:10:26 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:10:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:10:26 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:10: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' => '55860' 'SCRIPT_FILENAME' => '/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' => 'ns1.pierview.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_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' => 'ns1.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ns1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ns1.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ns1.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ns1.pierview.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' => 1711825826.5207 'REQUEST_TIME' => 1711825826 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:10:31 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:31 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:31 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:31 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:31 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:31 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:31 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:31 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:31 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:10:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:10:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:10:31 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:10:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:10:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:10:31 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:10:31 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:10:31 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:10:31 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:31 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:31 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:31 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:31 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:10:31 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:10:31 [-][-][-][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' => '54533' 'SCRIPT_FILENAME' => '/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' => 'server.pierview.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_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' => 'server.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'server.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://server.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'server.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://server.pierview.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' => 1711825831.1225 'REQUEST_TIME' => 1711825831 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:10:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:34 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:10:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:10:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:10:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:10:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:10:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:10:34 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:10:34 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:10:34 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:10:34 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:34 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:34 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:10:34 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:10: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' => '16523' 'SCRIPT_FILENAME' => '/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' => 'relay.pierview.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_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' => 'relay.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'relay.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'relay.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://relay.pierview.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' => 1711825834.469 'REQUEST_TIME' => 1711825834 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:10:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:38 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:10:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:10:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:10:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:10:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:10:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:10:38 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:10:38 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:10:38 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:10:38 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:38 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:38 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:38 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:38 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:10:38 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:10: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' => '33455' 'SCRIPT_FILENAME' => '/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' => 'webmail.pierview.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_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.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webmail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'webmail.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://webmail.pierview.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' => 1711825838.3599 'REQUEST_TIME' => 1711825838 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:10:43 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:43 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:43 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:43 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:10:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:10:43 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:10:43 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:10:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:10:43 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:10:43 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:10:43 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][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-03-30 12:10:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10:43 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:43 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:10:43 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:10:43 [-][-][-][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' => '41675' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.pierview.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_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' => 'hostmaster.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hostmaster.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://hostmaster.pierview.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' => 1711825843.8151 'REQUEST_TIME' => 1711825843 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:10:51 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:51 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:51 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:51 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:51 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:51 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:51 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:51 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:51 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:10:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:10:51 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:10:51 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:10:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:10:51 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:10:51 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:10:51 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:10:51 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:10:51 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:51 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:51 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:51 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:51 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:10:51 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:10: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' => '62280' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.pierview.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_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' => 'hostmaster.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'hostmaster.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hostmaster.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'hostmaster.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://hostmaster.pierview.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' => 1711825851.2642 'REQUEST_TIME' => 1711825851 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:10:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:10:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:10:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:10:54 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:10:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:10:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:10:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:10:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:10:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:10:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:10:54 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:10:54 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:10:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10: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-03-30 12:10:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:10: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-03-30 12:10: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-03-30 12:10:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:10:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:10:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:10:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:10:54 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:10: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' => '31721' 'SCRIPT_FILENAME' => '/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' => 'smtpauth.pierview.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_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' => 'smtpauth.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'smtpauth.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://smtpauth.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'smtpauth.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://smtpauth.pierview.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' => 1711825854.6155 'REQUEST_TIME' => 1711825854 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:00 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:00 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:00 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][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-03-30 12:11:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:00 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:00 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11:00 [-][-][-][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' => '62852' 'SCRIPT_FILENAME' => '/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' => 'mail10.pierview.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_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' => 'mail10.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail10.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail10.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail10.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail10.pierview.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' => 1711825860.0725 'REQUEST_TIME' => 1711825860 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:02 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:02 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:02 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:02 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:02 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:02 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:02 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:02 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:02 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:02 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:02 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:02 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:02 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:02 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:02 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:02 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:02 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:02 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:02 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:02 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:02 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11: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' => '30168' 'SCRIPT_FILENAME' => '/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' => 'relay1.pierview.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_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' => 'relay1.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'relay1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://relay1.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'relay1.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://relay1.pierview.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' => 1711825862.592 'REQUEST_TIME' => 1711825862 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:06 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:06 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:06 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:06 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11: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' => '43023' 'SCRIPT_FILENAME' => '/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' => 'm.pierview.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_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' => 'm.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'm.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://m.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'm.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://m.pierview.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' => 1711825866.3026 'REQUEST_TIME' => 1711825866 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:10 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:10 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:10 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:10 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:10 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:10 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:10 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:10 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:10 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:10 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:10 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:10 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:10 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:10 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:10 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:10 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:10 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:10 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:10 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:10 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:10 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:10 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:10 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:10 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:10 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:10 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:10 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:10 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:10 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11: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' => '10432' 'SCRIPT_FILENAME' => '/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' => 'mail2.pierview.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_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' => 'mail2.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail2.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail2.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail2.pierview.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' => 1711825870.651 'REQUEST_TIME' => 1711825870 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:15 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:15 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:15 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:15 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:15 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:15 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:15 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:15 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:15 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:15 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:15 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:15 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:15 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:15 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:15 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:15 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:15 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:15 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:15 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:15 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:15 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:15 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11: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' => '37550' 'SCRIPT_FILENAME' => '/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' => 'box.pierview.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_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' => 'box.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'box.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://box.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'box.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://box.pierview.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' => 1711825875.3091 'REQUEST_TIME' => 1711825875 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:19 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:19 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:19 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-03-30 12:11:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:19 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:19 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:19 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:19 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:19 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:19 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:19 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:19 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][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-03-30 12:11:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11:19 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:19 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:19 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:19 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:19 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:19 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11:19 [-][-][-][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' => '41337' 'SCRIPT_FILENAME' => '/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' => 'email.pierview.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_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' => 'email.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'email.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://email.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'email.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://email.pierview.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' => 1711825879.0226 'REQUEST_TIME' => 1711825879 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:22 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:22 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:22 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:22 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:22 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:22 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:22 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:22 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:22 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:22 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][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-03-30 12:11:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:22 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:22 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:23 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:23 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:23 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:23 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11:22 [-][-][-][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' => '29031' 'SCRIPT_FILENAME' => '/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' => 'ms1.pierview.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_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' => 'ms1.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ms1.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ms1.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ms1.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ms1.pierview.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' => 1711825882.9364 'REQUEST_TIME' => 1711825882 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:11:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:26 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:26 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12: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-03-30 12:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:26 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12: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' => '16414' 'SCRIPT_FILENAME' => '/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' => 'poczta.pierview.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_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' => 'poczta.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'poczta.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://poczta.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'poczta.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://poczta.pierview.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' => 1711825886.1181 'REQUEST_TIME' => 1711825886 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:31 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:31 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:31 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:31 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:31 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:31 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:31 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:31 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:31 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:31 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:31 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:31 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:31 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:31 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:31 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:31 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:31 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:31 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:31 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11:31 [-][-][-][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' => '28719' 'SCRIPT_FILENAME' => '/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' => 'mail11.pierview.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_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' => 'mail11.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail11.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail11.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail11.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail11.pierview.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' => 1711825891.5399 'REQUEST_TIME' => 1711825891 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:34 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:34 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:34 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:34 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:34 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:34 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:34 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:34 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11: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' => '41299' 'SCRIPT_FILENAME' => '/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.pierview.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_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.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail.pierview.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' => 1711825894.8707 'REQUEST_TIME' => 1711825894 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:38 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:38 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:38 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:38 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:38 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:38 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:38 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:38 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:38 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:39 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:39 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:39 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:39 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:39 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:39 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:39 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11: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' => '3867' 'SCRIPT_FILENAME' => '/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' => 'mail02.pierview.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_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' => 'mail02.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail02.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail02.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail02.pierview.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' => 1711825898.9047 'REQUEST_TIME' => 1711825898 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:42 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:42 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:42 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:42 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11: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' => '63399' 'SCRIPT_FILENAME' => '/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' => 'home.pierview.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_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' => 'home.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'home.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://home.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'home.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://home.pierview.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' => 1711825902.2757 'REQUEST_TIME' => 1711825902 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:46 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:46 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:46 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:46 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:46 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:46 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:46 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:46 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:46 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:46 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:46 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:46 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:46 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:46 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:46 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:46 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:46 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:46 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:46 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11:46 [-][-][-][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' => '11285' 'SCRIPT_FILENAME' => '/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' => 'pierview.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_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' => 'pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://pierview.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' => 1711825906.3786 'REQUEST_TIME' => 1711825906 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:51 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:51 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:51 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:51 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:51 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:51 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:51 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:51 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:51 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:51 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:51 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:51 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:51 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:51 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:51 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:51 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:51 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:51 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:51 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:51 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:51 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11: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' => '12782' 'SCRIPT_FILENAME' => '/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' => 'mail9.pierview.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_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' => 'mail9.pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail9.pierview.co.uk' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail9.pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail9.pierview.co.uk' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail9.pierview.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' => 1711825911.1727 'REQUEST_TIME' => 1711825911 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:11:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:11:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:11:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:11:54 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:11:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:11:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:11:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:11:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:11:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:11:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:11:54 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:11:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11: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-03-30 12:11:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:11: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-03-30 12:11: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-03-30 12:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:11:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:11:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:11:54 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:11: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' => '26276' 'SCRIPT_FILENAME' => '/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' => 'pierview.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_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' => 'pierview.co.uk' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://pierview.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://pierview.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' => 1711825914.0983 'REQUEST_TIME' => 1711825914 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:17:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:26 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:17:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:17:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:17:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:17:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:17:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:17:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:17:26 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:17:26 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:17:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:17:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:17:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:17:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:17:26 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:17: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' => '64189' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.org' 'HTTP_CONNECTION' => 'close' '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' => 1711826246.6093 'REQUEST_TIME' => 1711826246 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:17:31 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:31 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:31 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:31 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17:31 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17:31 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:31 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:31 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:31 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:17:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:17:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:17:31 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:17:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:17:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:17:31 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:17:31 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:17:31 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:17:31 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17:31 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17:31 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:31 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:17:31 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:17:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:17:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:17:31 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:17:31 [-][-][-][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' => '42128' 'SCRIPT_FILENAME' => '/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.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_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.whywomenwork.org' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.whywomenwork.org' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.whywomenwork.org/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail.whywomenwork.org' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail.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' => 1711826251.0593 'REQUEST_TIME' => 1711826251 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:17:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:34 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:17:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:17:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:17:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:17:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:17:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:17:34 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:17:34 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:17:34 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:17:34 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17:34 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17:34 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:17:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:17:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:17:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:17:34 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:17: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' => '46040' 'SCRIPT_FILENAME' => '/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' => '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_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' => 'whywomenwork.org' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://whywomenwork.org/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://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' => 1711826254.0659 'REQUEST_TIME' => 1711826254 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:17:46 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:46 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:46 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:17:46 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17:46 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17:46 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:17:46 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:46 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:17:46 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-03-30 12:17:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-03-30 12:17:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-03-30 12:17:46 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:17:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:17:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:17:46 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-03-30 12:17:46 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-03-30 12:17:46 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-03-30 12:17:46 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17:46 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17:46 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17: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-03-30 12:17:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-03-30 12:17: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-03-30 12:17: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-03-30 12:17:46 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:17:46 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:17:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-03-30 12:17:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-03-30 12:17:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-03-30 12:17:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-03-30 12:17:46 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-03-30 12:17:46 [-][-][-][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' => '17733' 'SCRIPT_FILENAME' => '/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' => 'hostmaster.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_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' => 'hostmaster.whywomenwork.org' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'hostmaster.whywomenwork.org' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hostmaster.whywomenwork.org/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'hostmaster.whywomenwork.org' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://hostmaster.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' => 1711826266.619 'REQUEST_TIME' => 1711826266 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-03-30 12:25:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:25:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:25:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-03-30 12:25:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-03-30 12:25:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-03-30 12:25:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:25:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:25:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-03-30 12:25:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:25:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:25:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-03-30 12:25:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-03-30 12:25:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-03-30 12:25:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-03-30 12:25:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-03-30 12:25:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-03-30 12:25:00 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-03-30 12:25:00 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-03-30 12:25:00 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25:00 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:25:00 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:25:00 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25: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-03-30 12:25:00 [-][-][-][profile end][craft\web\twig\Template::display] 2024-03-30 12:25:00 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-03-30 12:25: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' => '16231' 'SCRIPT_FILENAME' => '/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' => 'demo.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_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.culturaldna.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://demo.culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1711826700.3794 'REQUEST_TIME' => 1711826700 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ]