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:20177:"a:1:{s:8:"messages";a:37:{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:1779734027.0422689914703369140625;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:1779734027.0523149967193603515625;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:1779734027.05235195159912109375;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:1779734027.0714070796966552734375;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:1779734027.089128971099853515625;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:1779734027.0892179012298583984375;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:1779734027.0922489166259765625;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:1779734027.0934789180755615234375;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:1779734027.1026570796966552734375;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:1779734027.11435794830322265625;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:1779734027.11633205413818359375;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:1779734027.1167409420013427734375;i:4;a:0:{}i:5;i:5946536;}i:23;a:6:{i:0;s:45:"Route requested: 'admin/branding/navbar-logo'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1779734027.1168210506439208984375;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:1779734027.1168301105499267578125;i:4;a:0:{}i:5;i:5948848;}i:25;a:6:{i:0;s:40:"Route to run: admin/branding/navbar-logo";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1779734027.1240189075469970703125;i:4;a:0:{}i:5;i:6059336;}i:26;a:6:{i:0;s:76:"Running action: app\controllers\admin\BrandingController::actionNavbarLogo()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1779734027.132750034332275390625;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:1779734027.13313198089599609375;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1359059810638427734375;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1363999843597412109375;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1413400173187255859375;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.142613887786865234375;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.143764019012451171875;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1443350315093994140625;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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: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:1779734027.1456639766693115234375;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6443040;}i:51;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:1779734027.1468760967254638671875;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6494312;}i:54;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:1779734027.1480579376220703125;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6523832;}i:57;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:1779734027.1488130092620849609375;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6517880;}i:60;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:1779734027.1498050689697265625;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6523736;}i:63;a:6:{i:0;s:89:"Rendering view file: /home/wadokaitexxia/public_html/views/admin/branding/navbar-logo.php";i:1;i:8;i:2;s:25:"yii\base\View::renderFile";i:3;d:1779734027.1590530872344970703125;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:84;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:6664464;}i:64;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:1779734027.208322048187255859375;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:84;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:7564272;}i:65;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:1779734027.209599971771240234375;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:7661272;}i:68;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:1779734027.210536956787109375;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:7669800;}i:71;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:1779734027.21133899688720703125;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:7677584;}i:74;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:1779734027.213099956512451171875;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:7678992;}i:75;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:1779734027.2131290435791015625;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:7679168;}i:76;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:1779734027.21350193023681640625;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:84;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:7698536;}i:77;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:1779734027.2143518924713134765625;i:4;a:0:{}i:5;i:7631840;}}}";s:9:"profiling";s:29546:"a:3:{s:6:"memory";i:7706200;s:4:"time";d:0.2193448543548583984375;s:8:"messages";a:40:{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:1779734027.08924007415771484375;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:1779734027.090312957763671875;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:1779734027.090384960174560546875;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:1779734027.091372966766357421875;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:1779734027.0923020839691162109375;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:1779734027.0926349163055419921875;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:1779734027.0935199260711669921875;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:1779734027.0943300724029541015625;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:1779734027.10272693634033203125;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:1779734027.1041619777679443359375;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:1779734027.1332099437713623046875;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.135777950286865234375;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1359579563140869140625;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.136187076568603515625;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1364300251007080078125;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1404349803924560546875;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1413938999176025390625;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1419909000396728515625;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.14266300201416015625;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.143661022186279296875;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1437931060791015625;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.144093990325927734375;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.144362926483154296875;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.14537811279296875;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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: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:1779734027.14568996429443359375;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6444664;}i:50;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:1779734027.1461060047149658203125;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6447248;}i:52;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:1779734027.146914005279541015625;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6496056;}i:53;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:1779734027.14797306060791015625;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6522072;}i:55;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:1779734027.148086071014404296875;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6525576;}i:56;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:1779734027.1483910083770751953125;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6529352;}i:58;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:1779734027.1488459110260009765625;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6521120;}i:59;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:1779734027.1495110988616943359375;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6525120;}i:61;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:1779734027.1498310565948486328125;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6525360;}i:62;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:1779734027.1502959728240966796875;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6529832;}i:66;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:1779734027.2096500396728515625;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:7663472;}i:67;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:1779734027.2101900577545166015625;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:7666176;}i:69;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:1779734027.210566997528076171875;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:7671800;}i:70;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:1779734027.210977077484130859375;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:7674760;}i:72;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:1779734027.2113668918609619140625;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:7679584;}i:73;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:1779734027.211966037750244140625;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:7684432;}}}";s:2:"db";s:28749:"a:1:{s:8:"messages";a:38:{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:1779734027.090384960174560546875;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:1779734027.091372966766357421875;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:1779734027.0923020839691162109375;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:1779734027.0926349163055419921875;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:1779734027.0935199260711669921875;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:1779734027.0943300724029541015625;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:1779734027.10272693634033203125;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:1779734027.1041619777679443359375;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:1779734027.1332099437713623046875;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.135777950286865234375;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1359579563140869140625;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.136187076568603515625;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1364300251007080078125;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1404349803924560546875;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1413938999176025390625;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1419909000396728515625;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:185;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.14266300201416015625;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.143661022186279296875;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.1437931060791015625;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.144093990325927734375;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.144362926483154296875;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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:1779734027.14537811279296875;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";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: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:1779734027.14568996429443359375;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6444664;}i:50;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:1779734027.1461060047149658203125;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:192;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6447248;}i:52;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:1779734027.146914005279541015625;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6496056;}i:53;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:1779734027.14797306060791015625;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6522072;}i:55;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:1779734027.148086071014404296875;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6525576;}i:56;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:1779734027.1483910083770751953125;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6529352;}i:58;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:1779734027.1488459110260009765625;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6521120;}i:59;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:1779734027.1495110988616943359375;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6525120;}i:61;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:1779734027.1498310565948486328125;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6525360;}i:62;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:1779734027.1502959728240966796875;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:200;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:41;s:8:"function";s:27:"findOrCreateNavbarLogoBlock";s:5:"class";s:40:"app\controllers\admin\BrandingController";s:4:"type";s:2:"->";}}i:5;i:6529832;}i:66;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:1779734027.2096500396728515625;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:7663472;}i:67;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:1779734027.2101900577545166015625;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:7666176;}i:69;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:1779734027.210566997528076171875;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:7671800;}i:70;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:1779734027.210977077484130859375;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:7674760;}i:72;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:1779734027.2113668918609619140625;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:7679584;}i:73;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:1779734027.211966037750244140625;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:7684432;}}}";s:5:"event";s:8449:"a:45:{i:0;a:5:{s:4:"time";d:1779734027.082765102386474609375;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:1779734027.0902979373931884765625;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:1779734027.1043570041656494140625;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:1779734027.1044270992279052734375;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:1779734027.1113998889923095703125;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:1779734027.116795063018798828125;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:1779734027.1241590976715087890625;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:1779734027.12417507171630859375;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:1779734027.132710933685302734375;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:1779734027.1330230236053466796875;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:1779734027.142076969146728515625;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:1779734027.142138004302978515625;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:1779734027.142510890960693359375;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:1779734027.146173954010009765625;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:14;a:5:{s:4:"time";d:1779734027.146233081817626953125;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:15;a:5:{s:4:"time";d:1779734027.14677906036376953125;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:16;a:5:{s:4:"time";d:1779734027.1503679752349853515625;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:17;a:5:{s:4:"time";d:1779734027.15044307708740234375;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:18;a:5:{s:4:"time";d:1779734027.159037113189697265625;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:19;a:5:{s:4:"time";d:1779734027.1696369647979736328125;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:20;a:5:{s:4:"time";d:1779734027.2078430652618408203125;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:21;a:5:{s:4:"time";d:1779734027.20818996429443359375;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:22;a:5:{s:4:"time";d:1779734027.2082550525665283203125;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:23;a:5:{s:4:"time";d:1779734027.2083148956298828125;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:24;a:5:{s:4:"time";d:1779734027.2093770503997802734375;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:25;a:5:{s:4:"time";d:1779734027.21026706695556640625;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:26;a:5:{s:4:"time";d:1779734027.210318088531494140625;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:27;a:5:{s:4:"time";d:1779734027.2103540897369384765625;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:28;a:5:{s:4:"time";d:1779734027.211042881011962890625;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:29;a:5:{s:4:"time";d:1779734027.211090087890625;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:30;a:5:{s:4:"time";d:1779734027.211122035980224609375;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:31;a:5:{s:4:"time";d:1779734027.2123949527740478515625;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:32;a:5:{s:4:"time";d:1779734027.2128579616546630859375;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:33;a:5:{s:4:"time";d:1779734027.213169097900390625;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:34;a:5:{s:4:"time";d:1779734027.2131960391998291015625;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:35;a:5:{s:4:"time";d:1779734027.2135279178619384765625;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:36;a:5:{s:4:"time";d:1779734027.2136859893798828125;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:37;a:5:{s:4:"time";d:1779734027.2138869762420654296875;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:38;a:5:{s:4:"time";d:1779734027.2139599323272705078125;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:39;a:5:{s:4:"time";d:1779734027.2139739990234375;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:40;a:5:{s:4:"time";d:1779734027.213983058929443359375;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:41;a:5:{s:4:"time";d:1779734027.2139980792999267578125;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:42;a:5:{s:4:"time";d:1779734027.2140109539031982421875;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:43;a:5:{s:4:"time";d:1779734027.2143709659576416015625;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:44;a:5:{s:4:"time";d:1779734027.2145149707794189453125;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:122:"a:3:{s:5:"start";d:1779734026.997641086578369140625;s:3:"end";d:1779734027.2174360752105712890625;s:6:"memory";i:7706200;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:347:"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:1779734027.11680698394775390625;i:4;a:0:{}i:5;i:5947136;}}s:5:"route";s:26:"admin/branding/navbar-logo";s:6:"action";s:60:"app\controllers\admin\BrandingController::actionNavbarLogo()";}";s:7:"request";s:5559:"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:75:"https://wadoka.itexxiahosting.com/web/index.php?r=admin%2Fgrade%2Fview&id=2";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:47 GMT; Max-Age=2592000; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:26:"admin/branding/navbar-logo";s:6:"action";s:60:"app\controllers\admin\BrandingController::actionNavbarLogo()";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:47:"/web/index.php?r=admin%2Fbranding%2Fnavbar-logo";s:12:"QUERY_STRING";s:32:"r=admin%2Fbranding%2Fnavbar-logo";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:75:"https://wadoka.itexxiahosting.com/web/index.php?r=admin%2Fgrade%2Fview&id=2";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:"ahSWCnXMGhd6D1JV7icAuQAAAEM";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:14:"/web/index.php";s:18:"REQUEST_TIME_FLOAT";d:1779734026.954698085784912109375;s:12:"REQUEST_TIME";i:1779734026;s:4:"argv";a:1:{i:0;s:32:"r=admin%2Fbranding%2Fnavbar-logo";}s:4:"argc";i:1;}s:3:"GET";a:1:{s:1:"r";s:26:"admin/branding/navbar-logo";}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:4:{s:7:"__flash";a:0:{}s:11:"__returnUrl";a:1:{i:0;s:16:"/dashboard/index";}s:4:"__id";s:3:"100";s:9:"__authKey";s:10:"test100key";}}";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:"6a14960b1c24e";s:3:"url";s:80:"https://wadoka.itexxiahosting.com/web/index.php?r=admin%2Fbranding%2Fnavbar-logo";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:14:"99.252.214.188";s:4:"time";d:1779734026.954698085784912109375;s:10:"statusCode";i:200;s:8:"sqlCount";i:19;s:21:"excessiveCallersCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7706200;s:14:"processingTime";d:0.2193448543548583984375;}s:10:"exceptions";a:0:{}}