a:14:{s:6:"config";s:1552:"a:5:{s:10:"phpVersion";s:6:"8.0.30";s:10:"yiiVersion";s:6:"2.0.53";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.53";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"en-US";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:6:"8.0.30";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:1;}s:10:"extensions";a:5:{s:23:"yiisoft/yii2-bootstrap5";a:4:{s:4:"name";s:23:"yiisoft/yii2-bootstrap5";s:7:"version";s:8:"2.0.51.0";s:5:"alias";a:1:{s:15:"@yii/bootstrap5";s:66:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2-bootstrap5/src";}s:9:"bootstrap";s:40:"yii\bootstrap5\i18n\TranslationBootstrap";}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.27.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:61:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2-debug/src";}}s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:61:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2-faker/src";}}s:26:"yiisoft/yii2-symfonymailer";a:3:{s:4:"name";s:26:"yiisoft/yii2-symfonymailer";s:7:"version";s:7:"2.0.4.0";s:5:"alias";a:1:{s:18:"@yii/symfonymailer";s:69:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2-symfonymailer/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.2.7.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:59:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2-gii/src";}}}}";s:3:"log";s:29526:"a:1:{s:8:"messages";a:47:{i:0;a:6:{i:0;s:68:"Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1779734028.191586017608642578125;i:4;a:0:{}i:5;i:2281032;}i:1;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1779734028.19396209716796875;i:4;a:0:{}i:5;i:2451344;}i:2;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1779734028.1940000057220458984375;i:4;a:0:{}i:5;i:2452144;}i:3;a:6:{i:0;s:15:"Session started";i:1;i:4;i:2;s:21:"yii\web\Session::open";i:3;d:1779734028.2161819934844970703125;i:4;a:0:{}i:5;i:3186288;}i:4;a:6:{i:0;s:33:"SHOW FULL COLUMNS FROM `app_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.235797882080078125;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4624304;}i:5;a:6:{i:0;s:57:"Opening DB connection: mysql:host=localhost;dbname=wadoka";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1779734028.2358911037445068359375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4626744;}i:10;a:6:{i:0;s:28:"SHOW CREATE TABLE `app_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.23917388916015625;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4683856;}i:13;a:6:{i:0;s:772:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'app_user' AND `kcu`.`TABLE_NAME` = 'app_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.240685939788818359375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4707672;}i:16;a:6:{i:0;s:41:"SELECT * FROM `app_user` WHERE `id`='100'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2491409778594970703125;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5136928;}i:19;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1779734028.2641069889068603515625;i:4;a:0:{}i:5;i:5812680;}i:20;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1779734028.266170024871826171875;i:4;a:0:{}i:5;i:5923008;}i:21;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1779734028.2667400836944580078125;i:4;a:0:{}i:5;i:5946536;}i:23;a:6:{i:0;s:49:"Route requested: 'admin/branding/homepage-images'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1779734028.2668440341949462890625;i:4;a:0:{}i:5;i:5947216;}i:24;a:6:{i:0;s:21:"Loading module: admin";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1779734028.2668569087982177734375;i:4;a:0:{}i:5;i:5948856;}i:25;a:6:{i:0;s:44:"Route to run: admin/branding/homepage-images";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1779734028.2695529460906982421875;i:4;a:0:{}i:5;i:6059336;}i:26;a:6:{i:0;s:80:"Running action: app\controllers\admin\BrandingController::actionHomepageImages()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1779734028.2743968963623046875;i:4;a:0:{}i:5;i:6337704;}i:27;a:6:{i:0;s:37:"SHOW FULL COLUMNS FROM `content_page`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2747399806976318359375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6370976;}i:30;a:6:{i:0;s:32:"SHOW CREATE TABLE `content_page`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2757689952850341796875;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6380744;}i:33;a:6:{i:0;s:780:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_page' AND `kcu`.`TABLE_NAME` = 'content_page'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27620601654052734375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6386192;}i:36;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2769830226898193359375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6389176;}i:39;a:6:{i:0;s:40:"SHOW FULL COLUMNS FROM `content_section`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27797603607177734375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6423712;}i:42;a:6:{i:0;s:35:"SHOW CREATE TABLE `content_section`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.278626918792724609375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6436408;}i:45;a:6:{i:0;s:786:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_section' AND `kcu`.`TABLE_NAME` = 'content_section'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.278995990753173828125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6438912;}i:48;a:6:{i:0;s:80:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='journey')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.279860019683837890625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6443056;}i:51;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.280416011810302734375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6446376;}i:54;a:6:{i:0;s:83:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='curriculum')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.281136989593505859375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6454432;}i:57;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `content_block`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2830059528350830078125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6505672;}i:60;a:6:{i:0;s:33:"SHOW CREATE TABLE `content_block`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2847559452056884765625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6535192;}i:63;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_block' AND `kcu`.`TABLE_NAME` = 'content_block'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.286200046539306640625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6529240;}i:66;a:6:{i:0;s:87:"SELECT * FROM `content_block` WHERE (`section_id`=4) AND (`identifier`='updates-image')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.28833103179931640625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6540728;}i:69;a:6:{i:0;s:45:"SELECT * FROM `gallery_album` ORDER BY `name`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2924358844757080078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6620768;}i:72;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_album`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2935669422149658203125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6632296;}i:75;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_album`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2943859100341796875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6642192;}i:78;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_album' AND `kcu`.`TABLE_NAME` = 'gallery_album'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.294826030731201171875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6648064;}i:81;a:6:{i:0;s:70:"SELECT * FROM `gallery_image` WHERE `album_id` IN (1, 2) ORDER BY `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2968571186065673828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6713760;}i:84;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_image`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.298120975494384765625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6728936;}i:87;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_image`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.299046039581298828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6741816;}i:90;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_image' AND `kcu`.`TABLE_NAME` = 'gallery_image'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.299603939056396484375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6746008;}i:93;a:6:{i:0;s:93:"Rendering view file: /home/wadokaitexxia/public_html/views/admin/branding/homepage-images.php";i:1;i:8;i:2;s:25:"yii\base\View::renderFile";i:3;d:1779734028.3035190105438232421875;i:4;a:1:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:179;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:6867312;}i:94;a:6:{i:0;s:83:"Rendering view file: /home/wadokaitexxia/public_html/views/admin/layouts/portal.php";i:1;i:8;i:2;s:25:"yii\base\View::renderFile";i:3;d:1779734028.3244171142578125;i:4;a:1:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:179;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:7786688;}i:95;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.325706005096435546875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:52;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7943272;}i:98;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='hero')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.326673984527587890625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:59;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7951800;}i:101;a:6:{i:0;s:85:"SELECT * FROM `content_block` WHERE (`section_id`=1) AND (`identifier`='navbar-logo')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.327435970306396484375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:67;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7959584;}i:104;a:6:{i:0;s:270:"Unable to write cache file '/home/wadokaitexxia/public_html/runtime/cache/5d/5d292feef0d65d81fd7bfc40480b5838.bin': file_put_contents(/home/wadokaitexxia/public_html/runtime/cache/5d/5d292feef0d65d81fd7bfc40480b5838.bin): Failed to open stream: No such file or directory";i:1;i:2;i:2;s:31:"yii\caching\FileCache::setValue";i:3;d:1779734028.3281919956207275390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:57:"/home/wadokaitexxia/public_html/models/BrandingHelper.php";s:4:"line";i:9;s:8:"function";s:17:"getNavbarBranding";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/views/admin/layouts/portal.php";s:4:"line";i:18;s:8:"function";s:13:"navbarLogoUrl";s:5:"class";s:25:"app\models\BrandingHelper";s:4:"type";s:2:"::";}}i:5;i:7959712;}i:105;a:6:{i:0;s:59:"Failed to set cache value for key "content.navbar-branding"";i:1;i:2;i:2;s:27:"yii\caching\Cache::getOrSet";i:3;d:1779734028.3282110691070556640625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:57:"/home/wadokaitexxia/public_html/models/BrandingHelper.php";s:4:"line";i:9;s:8:"function";s:17:"getNavbarBranding";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/views/admin/layouts/portal.php";s:4:"line";i:18;s:8:"function";s:13:"navbarLogoUrl";s:5:"class";s:25:"app\models\BrandingHelper";s:4:"type";s:2:"::";}}i:5;i:7959888;}i:106;a:6:{i:0;s:103:"Access to debugger is denied due to IP address restriction. The requesting IP address is 99.252.214.188";i:1;i:2;i:2;s:29:"yii\debug\Module::checkAccess";i:3;d:1779734028.328589916229248046875;i:4;a:2:{i:0;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/views/admin/layouts/portal.php";s:4:"line";i:112;s:8:"function";s:7:"endBody";s:5:"class";s:12:"yii\web\View";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:179;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:7984888;}i:107;a:6:{i:0;s:103:"Access to debugger is denied due to IP address restriction. The requesting IP address is 99.252.214.188";i:1;i:2;i:2;s:29:"yii\debug\Module::checkAccess";i:3;d:1779734028.32931804656982421875;i:4;a:0:{}i:5;i:7912904;}}}";s:9:"profiling";s:48241:"a:3:{s:6:"memory";i:8002280;s:4:"time";d:0.1628611087799072265625;s:8:"messages";a:60:{i:6;a:6:{i:0;s:57:"Opening DB connection: mysql:host=localhost;dbname=wadoka";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1779734028.2359139919281005859375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4627872;}i:7;a:6:{i:0;s:57:"Opening DB connection: mysql:host=localhost;dbname=wadoka";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1779734028.2368810176849365234375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4672976;}i:8;a:6:{i:0;s:33:"SHOW FULL COLUMNS FROM `app_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2369940280914306640625;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4673216;}i:9;a:6:{i:0;s:33:"SHOW FULL COLUMNS FROM `app_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2390320301055908203125;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4682480;}i:11;a:6:{i:0;s:28:"SHOW CREATE TABLE `app_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2392098903656005859375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4685208;}i:12;a:6:{i:0;s:28:"SHOW CREATE TABLE `app_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.239717960357666015625;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4687584;}i:14;a:6:{i:0;s:772:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'app_user' AND `kcu`.`TABLE_NAME` = 'app_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2407510280609130859375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4710536;}i:15;a:6:{i:0;s:772:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'app_user' AND `kcu`.`TABLE_NAME` = 'app_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2423880100250244140625;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4713592;}i:17;a:6:{i:0;s:41:"SELECT * FROM `app_user` WHERE `id`='100'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2492129802703857421875;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5137736;}i:18;a:6:{i:0;s:41:"SELECT * FROM `app_user` WHERE `id`='100'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2497880458831787109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5139760;}i:28;a:6:{i:0;s:37:"SHOW FULL COLUMNS FROM `content_page`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27480411529541015625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6372720;}i:29;a:6:{i:0;s:37:"SHOW FULL COLUMNS FROM `content_page`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27567195892333984375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6378984;}i:31;a:6:{i:0;s:32:"SHOW CREATE TABLE `content_page`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2758009433746337890625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6382488;}i:32;a:6:{i:0;s:32:"SHOW CREATE TABLE `content_page`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.276029109954833984375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6384792;}i:34;a:6:{i:0;s:780:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_page' AND `kcu`.`TABLE_NAME` = 'content_page'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2762310504913330078125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6389432;}i:35;a:6:{i:0;s:780:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_page' AND `kcu`.`TABLE_NAME` = 'content_page'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27676105499267578125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6392016;}i:37;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27700710296630859375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6391000;}i:38;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2774899005889892578125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6393328;}i:40;a:6:{i:0;s:40:"SHOW FULL COLUMNS FROM `content_section`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2780010700225830078125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6425480;}i:41;a:6:{i:0;s:40:"SHOW FULL COLUMNS FROM `content_section`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27857303619384765625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6434672;}i:43;a:6:{i:0;s:35:"SHOW CREATE TABLE `content_section`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.278645038604736328125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6438152;}i:44;a:6:{i:0;s:35:"SHOW CREATE TABLE `content_section`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.278829097747802734375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6440776;}i:46;a:6:{i:0;s:786:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_section' AND `kcu`.`TABLE_NAME` = 'content_section'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.279015064239501953125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6442152;}i:47;a:6:{i:0;s:786:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_section' AND `kcu`.`TABLE_NAME` = 'content_section'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2796399593353271484375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6445584;}i:49;a:6:{i:0;s:80:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='journey')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.279881000518798828125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6444680;}i:50;a:6:{i:0;s:80:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='journey')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2801959514617919921875;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6446504;}i:52;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.280435085296630859375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6448200;}i:53;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2806971073150634765625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6450528;}i:55;a:6:{i:0;s:83:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='curriculum')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2811629772186279296875;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6456056;}i:56;a:6:{i:0;s:83:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='curriculum')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2815608978271484375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6458608;}i:58;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `content_block`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2831060886383056640625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6507416;}i:59;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `content_block`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.284473896026611328125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6533432;}i:61;a:6:{i:0;s:33:"SHOW CREATE TABLE `content_block`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2847919464111328125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6536936;}i:62;a:6:{i:0;s:33:"SHOW CREATE TABLE `content_block`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2852609157562255859375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6540712;}i:64;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_block' AND `kcu`.`TABLE_NAME` = 'content_block'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.286241054534912109375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6532480;}i:65;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_block' AND `kcu`.`TABLE_NAME` = 'content_block'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.28785991668701171875;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6542112;}i:67;a:6:{i:0;s:87:"SELECT * FROM `content_block` WHERE (`section_id`=4) AND (`identifier`='updates-image')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2883679866790771484375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6542352;}i:68;a:6:{i:0;s:87:"SELECT * FROM `content_block` WHERE (`section_id`=4) AND (`identifier`='updates-image')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2888810634613037109375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6546704;}i:70;a:6:{i:0;s:45:"SELECT * FROM `gallery_album` ORDER BY `name`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2924950122833251953125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6622912;}i:71;a:6:{i:0;s:45:"SELECT * FROM `gallery_album` ORDER BY `name`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2932369709014892578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6626272;}i:73;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_album`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2936151027679443359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6634416;}i:74;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_album`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2942941188812255859375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6640056;}i:76;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_album`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.294415950775146484375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6644312;}i:77;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_album`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2946240901947021484375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6646992;}i:79;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_album' AND `kcu`.`TABLE_NAME` = 'gallery_album'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2948589324951171875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6651680;}i:80;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_album' AND `kcu`.`TABLE_NAME` = 'gallery_album'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2953970432281494140625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6654640;}i:82;a:6:{i:0;s:70:"SELECT * FROM `gallery_image` WHERE `album_id` IN (1, 2) ORDER BY `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2969028949737548828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6715760;}i:83;a:6:{i:0;s:70:"SELECT * FROM `gallery_image` WHERE `album_id` IN (1, 2) ORDER BY `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2978839874267578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6725264;}i:85;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_image`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2981541156768798828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6731056;}i:86;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_image`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.29889392852783203125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6739680;}i:88;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_image`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2990779876708984375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6743936;}i:89;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_image`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2993500232696533203125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6746936;}i:91;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_image' AND `kcu`.`TABLE_NAME` = 'gallery_image'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2996370792388916015625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6749624;}i:92;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_image' AND `kcu`.`TABLE_NAME` = 'gallery_image'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.30029010772705078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6753440;}i:96;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.32575702667236328125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:52;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7945472;}i:97;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.326323986053466796875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:52;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7948176;}i:99;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='hero')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.3267090320587158203125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:59;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7953800;}i:100;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='hero')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.3270928859710693359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:59;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7956760;}i:102;a:6:{i:0;s:85:"SELECT * FROM `content_block` WHERE (`section_id`=1) AND (`identifier`='navbar-logo')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.3274669647216796875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:67;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7961584;}i:103;a:6:{i:0;s:85:"SELECT * FROM `content_block` WHERE (`section_id`=1) AND (`identifier`='navbar-logo')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.3278748989105224609375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:67;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7966432;}}}";s:2:"db";s:47438:"a:1:{s:8:"messages";a:58:{i:8;a:6:{i:0;s:33:"SHOW FULL COLUMNS FROM `app_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2369940280914306640625;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4673216;}i:9;a:6:{i:0;s:33:"SHOW FULL COLUMNS FROM `app_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2390320301055908203125;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4682480;}i:11;a:6:{i:0;s:28:"SHOW CREATE TABLE `app_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2392098903656005859375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4685208;}i:12;a:6:{i:0;s:28:"SHOW CREATE TABLE `app_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.239717960357666015625;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4687584;}i:14;a:6:{i:0;s:772:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'app_user' AND `kcu`.`TABLE_NAME` = 'app_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2407510280609130859375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4710536;}i:15;a:6:{i:0;s:772:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'app_user' AND `kcu`.`TABLE_NAME` = 'app_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2423880100250244140625;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4713592;}i:17;a:6:{i:0;s:41:"SELECT * FROM `app_user` WHERE `id`='100'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2492129802703857421875;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5137736;}i:18;a:6:{i:0;s:41:"SELECT * FROM `app_user` WHERE `id`='100'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2497880458831787109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5139760;}i:28;a:6:{i:0;s:37:"SHOW FULL COLUMNS FROM `content_page`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27480411529541015625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6372720;}i:29;a:6:{i:0;s:37:"SHOW FULL COLUMNS FROM `content_page`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27567195892333984375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6378984;}i:31;a:6:{i:0;s:32:"SHOW CREATE TABLE `content_page`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2758009433746337890625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6382488;}i:32;a:6:{i:0;s:32:"SHOW CREATE TABLE `content_page`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.276029109954833984375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6384792;}i:34;a:6:{i:0;s:780:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_page' AND `kcu`.`TABLE_NAME` = 'content_page'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2762310504913330078125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6389432;}i:35;a:6:{i:0;s:780:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_page' AND `kcu`.`TABLE_NAME` = 'content_page'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27676105499267578125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6392016;}i:37;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27700710296630859375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6391000;}i:38;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2774899005889892578125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6393328;}i:40;a:6:{i:0;s:40:"SHOW FULL COLUMNS FROM `content_section`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2780010700225830078125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6425480;}i:41;a:6:{i:0;s:40:"SHOW FULL COLUMNS FROM `content_section`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.27857303619384765625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6434672;}i:43;a:6:{i:0;s:35:"SHOW CREATE TABLE `content_section`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.278645038604736328125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6438152;}i:44;a:6:{i:0;s:35:"SHOW CREATE TABLE `content_section`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.278829097747802734375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6440776;}i:46;a:6:{i:0;s:786:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_section' AND `kcu`.`TABLE_NAME` = 'content_section'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.279015064239501953125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6442152;}i:47;a:6:{i:0;s:786:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_section' AND `kcu`.`TABLE_NAME` = 'content_section'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2796399593353271484375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6445584;}i:49;a:6:{i:0;s:80:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='journey')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.279881000518798828125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6444680;}i:50;a:6:{i:0;s:80:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='journey')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2801959514617919921875;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:90;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6446504;}i:52;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.280435085296630859375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6448200;}i:53;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2806971073150634765625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:228;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6450528;}i:55;a:6:{i:0;s:83:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='curriculum')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2811629772186279296875;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6456056;}i:56;a:6:{i:0;s:83:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='curriculum')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2815608978271484375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:235;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6458608;}i:58;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `content_block`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2831060886383056640625;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6507416;}i:59;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `content_block`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.284473896026611328125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6533432;}i:61;a:6:{i:0;s:33:"SHOW CREATE TABLE `content_block`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2847919464111328125;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6536936;}i:62;a:6:{i:0;s:33:"SHOW CREATE TABLE `content_block`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2852609157562255859375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6540712;}i:64;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_block' AND `kcu`.`TABLE_NAME` = 'content_block'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.286241054534912109375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6532480;}i:65;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_block' AND `kcu`.`TABLE_NAME` = 'content_block'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.28785991668701171875;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6542112;}i:67;a:6:{i:0;s:87:"SELECT * FROM `content_block` WHERE (`section_id`=4) AND (`identifier`='updates-image')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2883679866790771484375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6542352;}i:68;a:6:{i:0;s:87:"SELECT * FROM `content_block` WHERE (`section_id`=4) AND (`identifier`='updates-image')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2888810634613037109375;i:4;a:2:{i:0;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:243;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:91;s:8:"function";s:29:"findOrCreateSectionImageBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6546704;}i:70;a:6:{i:0;s:45:"SELECT * FROM `gallery_album` ORDER BY `name`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2924950122833251953125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6622912;}i:71;a:6:{i:0;s:45:"SELECT * FROM `gallery_album` ORDER BY `name`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2932369709014892578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6626272;}i:73;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_album`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2936151027679443359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6634416;}i:74;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_album`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2942941188812255859375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6640056;}i:76;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_album`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.294415950775146484375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6644312;}i:77;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_album`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2946240901947021484375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6646992;}i:79;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_album' AND `kcu`.`TABLE_NAME` = 'gallery_album'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2948589324951171875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6651680;}i:80;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_album' AND `kcu`.`TABLE_NAME` = 'gallery_album'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2953970432281494140625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6654640;}i:82;a:6:{i:0;s:70:"SELECT * FROM `gallery_image` WHERE `album_id` IN (1, 2) ORDER BY `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2969028949737548828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6715760;}i:83;a:6:{i:0;s:70:"SELECT * FROM `gallery_image` WHERE `album_id` IN (1, 2) ORDER BY `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2978839874267578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6725264;}i:85;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_image`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2981541156768798828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6731056;}i:86;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_image`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.29889392852783203125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6739680;}i:88;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_image`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2990779876708984375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6743936;}i:89;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_image`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2993500232696533203125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6746936;}i:91;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_image' AND `kcu`.`TABLE_NAME` = 'gallery_image'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.2996370792388916015625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6749624;}i:92;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_image' AND `kcu`.`TABLE_NAME` = 'gallery_image'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.30029010772705078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:267;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:72:"/home/wadokaitexxia/public_html/controllers/admin/BrandingController.php";s:4:"line";i:106;s:8:"function";s:19:"galleryImageOptions";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6753440;}i:96;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.32575702667236328125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:52;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7945472;}i:97;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.326323986053466796875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:52;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7948176;}i:99;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='hero')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.3267090320587158203125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:59;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7953800;}i:100;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='hero')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.3270928859710693359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:59;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7956760;}i:102;a:6:{i:0;s:85:"SELECT * FROM `content_block` WHERE (`section_id`=1) AND (`identifier`='navbar-logo')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.3274669647216796875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:67;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7961584;}i:103;a:6:{i:0;s:85:"SELECT * FROM `content_block` WHERE (`section_id`=1) AND (`identifier`='navbar-logo')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779734028.3278748989105224609375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:67;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:7966432;}}}";s:5:"event";s:14075:"a:75:{i:0;a:5:{s:4:"time";d:1779734028.2279040813446044921875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:1;a:5:{s:4:"time";d:1779734028.236865997314453125;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:2;a:5:{s:4:"time";d:1779734028.249887943267822265625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:3;a:5:{s:4:"time";d:1779734028.249967098236083984375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:4;a:5:{s:4:"time";d:1779734028.25751495361328125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:5;a:5:{s:4:"time";d:1779734028.266808986663818359375;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:6;a:5:{s:4:"time";d:1779734028.26968097686767578125;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1779734028.269834041595458984375;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"yii\base\Module";}i:8;a:5:{s:4:"time";d:1779734028.2743599414825439453125;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:40:"app\controllers\admin\BrandingController";}i:9;a:5:{s:4:"time";d:1779734028.27464199066162109375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:10;a:5:{s:4:"time";d:1779734028.277554988861083984375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:11;a:5:{s:4:"time";d:1779734028.2776091098785400390625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:12;a:5:{s:4:"time";d:1779734028.277884006500244140625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:13;a:5:{s:4:"time";d:1779734028.28026294708251953125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:14;a:5:{s:4:"time";d:1779734028.2807500362396240234375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:15;a:5:{s:4:"time";d:1779734028.2809579372406005859375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:16;a:5:{s:4:"time";d:1779734028.280991077423095703125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:17;a:5:{s:4:"time";d:1779734028.2816131114959716796875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:18;a:5:{s:4:"time";d:1779734028.2816579341888427734375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:19;a:5:{s:4:"time";d:1779734028.2828838825225830078125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1779734028.288981914520263671875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:21;a:5:{s:4:"time";d:1779734028.289060115814208984375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:22;a:5:{s:4:"time";d:1779734028.2922689914703369140625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:23;a:5:{s:4:"time";d:1779734028.293315887451171875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryAlbum";}i:24;a:5:{s:4:"time";d:1779734028.2955629825592041015625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryAlbum";}i:25;a:5:{s:4:"time";d:1779734028.2958829402923583984375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:26;a:5:{s:4:"time";d:1779734028.298038005828857421875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:27;a:5:{s:4:"time";d:1779734028.3004169464111328125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:28;a:5:{s:4:"time";d:1779734028.300447940826416015625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:29;a:5:{s:4:"time";d:1779734028.300467967987060546875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:30;a:5:{s:4:"time";d:1779734028.300487995147705078125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:31;a:5:{s:4:"time";d:1779734028.3005049228668212890625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:32;a:5:{s:4:"time";d:1779734028.3005220890045166015625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:33;a:5:{s:4:"time";d:1779734028.300540924072265625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:34;a:5:{s:4:"time";d:1779734028.3005568981170654296875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:35;a:5:{s:4:"time";d:1779734028.3005740642547607421875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:36;a:5:{s:4:"time";d:1779734028.3005950450897216796875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:37;a:5:{s:4:"time";d:1779734028.300601959228515625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:38;a:5:{s:4:"time";d:1779734028.300609111785888671875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:39;a:5:{s:4:"time";d:1779734028.3006150722503662109375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:40;a:5:{s:4:"time";d:1779734028.30062103271484375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:41;a:5:{s:4:"time";d:1779734028.3006269931793212890625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:42;a:5:{s:4:"time";d:1779734028.300632953643798828125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:43;a:5:{s:4:"time";d:1779734028.300640106201171875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:44;a:5:{s:4:"time";d:1779734028.3006460666656494140625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:45;a:5:{s:4:"time";d:1779734028.300652980804443359375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:46;a:5:{s:4:"time";d:1779734028.300734996795654296875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryAlbum";}i:47;a:5:{s:4:"time";d:1779734028.3007419109344482421875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryAlbum";}i:48;a:5:{s:4:"time";d:1779734028.30350399017333984375;s:4:"name";s:12:"beforeRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:49;a:5:{s:4:"time";d:1779734028.306047916412353515625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"yii\widgets\ActiveForm";}i:50;a:5:{s:4:"time";d:1779734028.3238980770111083984375;s:4:"name";s:9:"beforeRun";s:5:"class";s:20:"yii\base\WidgetEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"yii\widgets\ActiveForm";}i:51;a:5:{s:4:"time";d:1779734028.324285984039306640625;s:4:"name";s:8:"afterRun";s:5:"class";s:20:"yii\base\WidgetEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"yii\widgets\ActiveForm";}i:52;a:5:{s:4:"time";d:1779734028.324346065521240234375;s:4:"name";s:11:"afterRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:53;a:5:{s:4:"time";d:1779734028.324410915374755859375;s:4:"name";s:12:"beforeRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:54;a:5:{s:4:"time";d:1779734028.3254849910736083984375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:55;a:5:{s:4:"time";d:1779734028.3264019489288330078125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:56;a:5:{s:4:"time";d:1779734028.3264510631561279296875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:57;a:5:{s:4:"time";d:1779734028.326487064361572265625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:58;a:5:{s:4:"time";d:1779734028.3271501064300537109375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:59;a:5:{s:4:"time";d:1779734028.3271958827972412109375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:60;a:5:{s:4:"time";d:1779734028.3272249698638916015625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:61;a:5:{s:4:"time";d:1779734028.327931880950927734375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:62;a:5:{s:4:"time";d:1779734028.3280069828033447265625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:63;a:5:{s:4:"time";d:1779734028.32824993133544921875;s:4:"name";s:9:"beginPage";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:64;a:5:{s:4:"time";d:1779734028.3282740116119384765625;s:4:"name";s:9:"beginBody";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:65;a:5:{s:4:"time";d:1779734028.3286259174346923828125;s:4:"name";s:7:"endBody";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:66;a:5:{s:4:"time";d:1779734028.3287808895111083984375;s:4:"name";s:7:"endPage";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:67;a:5:{s:4:"time";d:1779734028.3289330005645751953125;s:4:"name";s:11:"afterRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:68;a:5:{s:4:"time";d:1779734028.328999042510986328125;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:40:"app\controllers\admin\BrandingController";}i:69;a:5:{s:4:"time";d:1779734028.3290119171142578125;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"yii\base\Module";}i:70;a:5:{s:4:"time";d:1779734028.329020977020263671875;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:71;a:5:{s:4:"time";d:1779734028.3290369510650634765625;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:72;a:5:{s:4:"time";d:1779734028.32905101776123046875;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:73;a:5:{s:4:"time";d:1779734028.3293359279632568359375;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:74;a:5:{s:4:"time";d:1779734028.3294870853424072265625;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:123:"a:3:{s:5:"start";d:1779734028.1690518856048583984375;s:3:"end";d:1779734028.3325250148773193359375;s:6:"memory";i:8002280;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:357:"a:3:{s:8:"messages";a:1:{i:22;a:6:{i:0;s:56:"Pretty URL not enabled. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1779734028.2668249607086181640625;i:4;a:0:{}i:5;i:5947136;}}s:5:"route";s:30:"admin/branding/homepage-images";s:6:"action";s:64:"app\controllers\admin\BrandingController::actionHomepageImages()";}";s:7:"request";s:5724:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:15:{s:7:"x-https";s:1:"1";s:8:"priority";s:6:"u=0, i";s:14:"sec-fetch-user";s:2:"?1";s:14:"sec-fetch-site";s:11:"same-origin";s:14:"sec-fetch-mode";s:8:"navigate";s:14:"sec-fetch-dest";s:8:"document";s:25:"upgrade-insecure-requests";s:1:"1";s:6:"cookie";s:410:"_identity=e0c1bb4a7ab6b4948b233bc96ba85ccac8716ed8758b9049682320c349d5509fa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A28%3A%22%5B%22100%22%2C%22test100key%22%2C2592000%5D%22%3B%7D; PHPSESSID=9c4eb0bac26337cad3aa05921d5cf65b; _csrf=5d8f2e0a2d7deed14fc430e136cfb407d7d2d5d4ad029e542ad8ab62bf360b66a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22jSFl_JkxIK2eiCDW5r3Na7jUDTMOG8q4%22%3B%7D";s:7:"referer";s:80:"https://wadoka.itexxiahosting.com/web/index.php?r=admin%2Fbranding%2Fnavbar-logo";s:10:"connection";s:10:"keep-alive";s:15:"accept-encoding";s:23:"gzip, deflate, br, zstd";s:15:"accept-language";s:14:"en-US,en;q=0.9";s:6:"accept";s:63:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";s:10:"user-agent";s:80:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0";s:4:"host";s:25:"wadoka.itexxiahosting.com";}s:15:"responseHeaders";a:5:{s:7:"Expires";s:29:"Thu, 19 Nov 1981 08:52:00 GMT";s:13:"Cache-Control";s:35:"no-store, no-cache, must-revalidate";s:6:"Pragma";s:8:"no-cache";s:12:"Content-Type";s:24:"text/html; charset=UTF-8";s:10:"Set-Cookie";s:280:"_identity=e0c1bb4a7ab6b4948b233bc96ba85ccac8716ed8758b9049682320c349d5509fa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A28%3A%22%5B%22100%22%2C%22test100key%22%2C2592000%5D%22%3B%7D; expires=Wed, 24-Jun-2026 18:33:48 GMT; Max-Age=2592000; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:30:"admin/branding/homepage-images";s:6:"action";s:64:"app\controllers\admin\BrandingController::actionHomepageImages()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:1;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:49:{s:4:"USER";s:13:"wadokaitexxia";s:4:"HOME";s:19:"/home/wadokaitexxia";s:11:"SCRIPT_NAME";s:14:"/web/index.php";s:11:"REQUEST_URI";s:51:"/web/index.php?r=admin%2Fbranding%2Fhomepage-images";s:12:"QUERY_STRING";s:36:"r=admin%2Fbranding%2Fhomepage-images";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"REMOTE_PORT";s:5:"56238";s:15:"SCRIPT_FILENAME";s:45:"/home/wadokaitexxia/public_html/web/index.php";s:12:"SERVER_ADMIN";s:35:"webmaster@wadoka.itexxiahosting.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:31:"/home/wadokaitexxia/public_html";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:5:"https";s:13:"DOCUMENT_ROOT";s:31:"/home/wadokaitexxia/public_html";s:11:"REMOTE_ADDR";s:14:"99.252.214.188";s:11:"SERVER_PORT";s:3:"443";s:11:"SERVER_ADDR";s:13:"208.87.134.53";s:11:"SERVER_NAME";s:25:"wadoka.itexxiahosting.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:16:"SERVER_SIGNATURE";s:0:"";s:4:"PATH";s:180:"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin";s:12:"HTTP_X_HTTPS";s:1:"1";s:13:"HTTP_PRIORITY";s:6:"u=0, i";s:19:"HTTP_SEC_FETCH_USER";s:2:"?1";s:19:"HTTP_SEC_FETCH_SITE";s:11:"same-origin";s:19:"HTTP_SEC_FETCH_MODE";s:8:"navigate";s:19:"HTTP_SEC_FETCH_DEST";s:8:"document";s:30:"HTTP_UPGRADE_INSECURE_REQUESTS";s:1:"1";s:11:"HTTP_COOKIE";s:410:"_identity=e0c1bb4a7ab6b4948b233bc96ba85ccac8716ed8758b9049682320c349d5509fa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A28%3A%22%5B%22100%22%2C%22test100key%22%2C2592000%5D%22%3B%7D; PHPSESSID=9c4eb0bac26337cad3aa05921d5cf65b; _csrf=5d8f2e0a2d7deed14fc430e136cfb407d7d2d5d4ad029e542ad8ab62bf360b66a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22jSFl_JkxIK2eiCDW5r3Na7jUDTMOG8q4%22%3B%7D";s:12:"HTTP_REFERER";s:80:"https://wadoka.itexxiahosting.com/web/index.php?r=admin%2Fbranding%2Fnavbar-logo";s:15:"HTTP_CONNECTION";s:10:"keep-alive";s:20:"HTTP_ACCEPT_ENCODING";s:23:"gzip, deflate, br, zstd";s:20:"HTTP_ACCEPT_LANGUAGE";s:14:"en-US,en;q=0.9";s:11:"HTTP_ACCEPT";s:63:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";s:15:"HTTP_USER_AGENT";s:80:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0";s:9:"HTTP_HOST";s:25:"wadoka.itexxiahosting.com";s:17:"proxy-nokeepalive";s:1:"1";s:11:"SSL_TLS_SNI";s:25:"wadoka.itexxiahosting.com";s:5:"HTTPS";s:2:"on";s:10:"SCRIPT_URI";s:47:"https://wadoka.itexxiahosting.com/web/index.php";s:10:"SCRIPT_URL";s:14:"/web/index.php";s:9:"UNIQUE_ID";s:27:"ahSWDHXMGhd6D1JV7icAvQAAAEM";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:14:"/web/index.php";s:18:"REQUEST_TIME_FLOAT";d:1779734028.1485970020294189453125;s:12:"REQUEST_TIME";i:1779734028;s:4:"argv";a:1:{i:0;s:36:"r=admin%2Fbranding%2Fhomepage-images";}s:4:"argc";i:1;}s:3:"GET";a:1:{s:1:"r";s:30:"admin/branding/homepage-images";}s:4:"POST";a:0:{}s:6:"COOKIE";a:3:{s:9:"_identity";s:130:"e0c1bb4a7ab6b4948b233bc96ba85ccac8716ed8758b9049682320c349d5509fa:2:{i:0;s:9:"_identity";i:1;s:28:"["100","test100key",2592000]";}";s:9:"PHPSESSID";s:32:"9c4eb0bac26337cad3aa05921d5cf65b";s:5:"_csrf";s:130:"5d8f2e0a2d7deed14fc430e136cfb407d7d2d5d4ad029e542ad8ab62bf360b66a:2:{i:0;s:5:"_csrf";i:1;s:32:"jSFl_JkxIK2eiCDW5r3Na7jUDTMOG8q4";}";}s:5:"FILES";a:0:{}s:7:"SESSION";a:5:{s:7:"__flash";a:1:{s:7:"warning";i:1;}s:11:"__returnUrl";a:1:{i:0;s:16:"/dashboard/index";}s:4:"__id";s:3:"100";s:9:"__authKey";s:10:"test100key";s:7:"warning";s:90:"Some homepage sections are not configured yet, so only available image settings are shown.";}}";s:4:"user";s:795:"a:5:{s:2:"id";s:3:"100";s:8:"identity";a:7:{s:2:"id";s:5:"'100'";s:8:"username";s:7:"'admin'";s:8:"password";s:7:"'admin'";s:8:"auth_key";s:12:"'test100key'";s:12:"access_token";s:11:"'100-token'";s:4:"role";s:7:"'admin'";s:9:"stream_id";s:4:"null";}s:10:"attributes";a:7:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"Id";}i:1;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:8:"Username";}i:2;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:8:"Password";}i:3;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"Auth Key";}i:4;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"Access Token";}i:5;a:2:{s:9:"attribute";s:4:"role";s:5:"label";s:4:"Role";}i:6;a:2:{s:9:"attribute";s:9:"stream_id";s:5:"label";s:9:"Stream Id";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:2069:"a:5:{s:30:"yii\validators\ValidationAsset";a:9:{s:10:"sourcePath";s:58:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2/assets";s:2:"js";a:1:{i:0;s:17:"yii.validation.js";}s:7:"depends";a:1:{i:0;s:16:"yii\web\YiiAsset";}s:8:"basePath";s:51:"/home/wadokaitexxia/public_html/web/assets/9974b06e";s:7:"baseUrl";s:20:"/web/assets/9974b06e";s:3:"css";a:0:{}s:9:"jsOptions";a:0:{}s:10:"cssOptions";a:0:{}s:14:"publishOptions";a:0:{}}s:16:"yii\web\YiiAsset";a:9:{s:10:"sourcePath";s:58:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2/assets";s:2:"js";a:1:{i:0;s:6:"yii.js";}s:7:"depends";a:1:{i:0;s:19:"yii\web\JqueryAsset";}s:8:"basePath";s:51:"/home/wadokaitexxia/public_html/web/assets/9974b06e";s:7:"baseUrl";s:20:"/web/assets/9974b06e";s:3:"css";a:0:{}s:9:"jsOptions";a:0:{}s:10:"cssOptions";a:0:{}s:14:"publishOptions";a:0:{}}s:19:"yii\web\JqueryAsset";a:9:{s:10:"sourcePath";s:62:"/home/wadokaitexxia/public_html/vendor/bower-asset/jquery/dist";s:2:"js";a:1:{i:0;s:9:"jquery.js";}s:8:"basePath";s:51:"/home/wadokaitexxia/public_html/web/assets/4c9fb2ac";s:7:"baseUrl";s:20:"/web/assets/4c9fb2ac";s:7:"depends";a:0:{}s:3:"css";a:0:{}s:9:"jsOptions";a:0:{}s:10:"cssOptions";a:0:{}s:14:"publishOptions";a:0:{}}s:27:"yii\widgets\ActiveFormAsset";a:9:{s:10:"sourcePath";s:58:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2/assets";s:2:"js";a:1:{i:0;s:17:"yii.activeForm.js";}s:7:"depends";a:1:{i:0;s:16:"yii\web\YiiAsset";}s:8:"basePath";s:51:"/home/wadokaitexxia/public_html/web/assets/9974b06e";s:7:"baseUrl";s:20:"/web/assets/9974b06e";s:3:"css";a:0:{}s:9:"jsOptions";a:0:{}s:10:"cssOptions";a:0:{}s:14:"publishOptions";a:0:{}}s:69:"https://cdn.jsdelivr.net/npm/@tabler/core@1.2.0/dist/js/tabler.min.js";a:9:{s:10:"sourcePath";N;s:8:"basePath";s:35:"/home/wadokaitexxia/public_html/web";s:7:"baseUrl";s:0:"";s:7:"depends";a:1:{i:0;s:19:"yii\web\JqueryAsset";}s:2:"js";a:1:{i:0;a:1:{i:0;s:69:"https://cdn.jsdelivr.net/npm/@tabler/core@1.2.0/dist/js/tabler.min.js";}}s:3:"css";a:0:{}s:9:"jsOptions";a:0:{}s:10:"cssOptions";a:0:{}s:14:"publishOptions";a:0:{}}}";s:7:"summary";a:13:{s:3:"tag";s:13:"6a14960c40a6c";s:3:"url";s:84:"https://wadoka.itexxiahosting.com/web/index.php?r=admin%2Fbranding%2Fhomepage-images";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:14:"99.252.214.188";s:4:"time";d:1779734028.1485970020294189453125;s:10:"statusCode";i:200;s:8:"sqlCount";i:29;s:21:"excessiveCallersCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8002280;s:14:"processingTime";d:0.1628611087799072265625;}s:10:"exceptions";a:0:{}}