Log Messages

Всего 20 записей.
TimeLevelCategoryMessage
 
02:28:57.261traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
02:28:57.261traceyii\base\Module::getModuleLoading module: debug
02:28:57.261traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
02:28:57.261traceyii\base\Module::getModuleLoading module: gii
02:28:57.261traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
02:28:57.261traceyii\web\Application::handleRequestRoute requested: 'api/news/news-list'
02:28:57.261traceyii\base\Module::getModuleLoading module: api
02:28:57.261traceyii\base\Controller::runActionRoute to run: api/news/news-list
02:28:57.262traceyii\base\InlineAction::runWithParamsRunning action: app\modules\api\controllers\NewsController::actionNewsList()
02:28:57.262traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'leagueId' in 'frontend\modules\api\models\news\NewsListForm'.
02:28:57.262infoyii\db\Command::querySHOW FULL COLUMNS FROM `league`
02:28:57.262infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=mobileapi
02:28:57.262infoyii\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'
02:28:57.263infoyii\db\Command::querySELECT * FROM `league` WHERE `leagueId`='0'
02:28:57.263infoyii\db\Command::querySELECT * FROM `league` WHERE `leagueId` IS NULL
02:28:57.263infoyii\web\Session::openSession started
02:28:57.263infoyii\db\Command::querySELECT * FROM `league` ORDER BY `leagueId`
02:28:57.263infoyii\db\Command::querySELECT * FROM `news` WHERE (`leagueId`=1) AND (`type`='0') ORDER BY `createdAt` DESC LIMIT 30
02:28:57.263infoyii\db\Command::querySHOW FULL COLUMNS FROM `news`
02:28:57.264infoyii\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'