Log Messages

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