Log Messages

Всего 17 записей.
TimeLevelCategoryMessage
 
18:42:04.277traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
18:42:04.277traceyii\base\Module::getModuleLoading module: debug
18:42:04.278traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
18:42:04.279traceyii\base\Module::getModuleLoading module: gii
18:42:04.279traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
18:42:04.280traceyii\web\Application::handleRequestRoute requested: 'api/news/news-list'
18:42:04.280traceyii\base\Module::getModuleLoading module: api
18:42:04.281traceyii\base\Controller::runActionRoute to run: api/news/news-list
18:42:04.281traceyii\base\InlineAction::runWithParamsRunning action: app\modules\api\controllers\NewsController::actionNewsList()
18:42:04.282traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'leagueId' in 'frontend\modules\api\models\news\NewsListForm'.
18:42:04.283infoyii\db\Command::querySHOW FULL COLUMNS FROM `league`
18:42:04.283infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=mobileapi
18:42:04.287infoyii\db\Command::querySELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'league' AND kcu.table_name = 'league'
18:42:04.289infoyii\db\Command::querySELECT * FROM `league` WHERE `leagueId`='2'
18:42:04.290infoyii\db\Command::querySELECT * FROM `news` WHERE (`leagueId`=2) AND (`type`='0') ORDER BY `createdAt` DESC LIMIT 30
18:42:05.356infoyii\db\Command::querySHOW FULL COLUMNS FROM `news`
18:42:05.358infoyii\db\Command::querySELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'news' AND kcu.table_name = 'news'