01:20:39.200 | trace | yii\base\Application::bootstrap | Bootstrap with filsh\yii2\oauth2server\Bootstrap::bootstrap() |
01:20:39.206 | trace | yii\base\Application::bootstrap | Bootstrap with zhuravljov\yii\queue\redis\Queue::bootstrap() |
01:20:39.206 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
01:20:39.209 | trace | yii\base\Application::bootstrap | Bootstrap with common\bootstrap\SetUp::bootstrap() |
01:20:39.213 | trace | yii\base\Application::bootstrap | Bootstrap with frontend\bootstrap\SetUp::bootstrap() |
01:20:39.213 | trace | yii\base\Module::getModule | Loading module: debug |
01:20:39.215 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
01:20:39.229 | trace | yii\base\Module::getModule | Loading module: gii |
01:20:39.229 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
01:20:39.235 | trace | yii\web\Application::handleRequest | Route requested: 'house/view' |
01:20:39.235 | trace | yii\base\Controller::runAction | Route to run: house/view |
01:20:39.235 | trace | yii\base\InlineAction::runWithParams | Running action: frontend\controllers\HouseController::actionView() |
01:20:39.236 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=sitegis_feniks |
01:20:39.237 | info | yii\db\Command::query | SELECT * FROM `house` WHERE `id`='382' |
01:20:39.243 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `house` |
01:20:39.244 | info | yii\db\Command::query | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'house' AND kcu.table_name = 'house' |
01:20:39.244 | info | yii\db\Command::query | SELECT * FROM `address` |
01:20:39.244 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `address` |
01:20:39.245 | info | yii\db\Command::query | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'address' AND kcu.table_name = 'address' |
01:20:39.459 | error | yii\base\ErrorException:2 | yii\base\ErrorException: First parameter must either be an object or the name of an existing class in /mnt/sdс/www/gis/feniks/frontend/controllers/HouseController.php:47
Stack trace:
#0 [internal function]: yii\base\ErrorHandler->handleError(2, 'First parameter...', '/mnt/sd\xD1\x81/www/g...', 47, Array)
#1 /mnt/sdс/www/gis/feniks/frontend/controllers/HouseController.php(47): property_exists(Array, 'reportList')
#2 [internal function]: frontend\controllers\HouseController->actionView('382')
#3 /mnt/sdс/www/gis/feniks/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array(Array, Array)
#4 /mnt/sdс/www/gis/feniks/vendor/yiisoft/yii2/base/Controller.php(157): yii\base\InlineAction->runWithParams(Array)
#5 /mnt/sdс/www/gis/feniks/vendor/yiisoft/yii2/base/Module.php(528): yii\base\Controller->runAction('view', Array)
#6 /mnt/sdс/www/gis/feniks/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction('house/view', Array)
#7 /mnt/sdс/www/gis/feniks/vendor/yiisoft/yii2/base/Application.php(386): yii\web\Application->handleRequest(Object(yii\web\Request))
#8 /mnt/sdс/www/gis/feniks/frontend/web/index.php(17): yii\base\Application->run()
#9 {main} |