Log Messages

Всього 13 записів.
TimeLevelCategoryMessage
 
17:05:00.347traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
17:05:00.347traceyii\base\Application::bootstrapBootstrap with common\components\Maintenance
17:05:00.347traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
17:05:00.347traceyii\base\Module::getModuleLoading module: debug
17:05:00.349traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
17:05:00.357traceyii\web\Application::handleRequestRoute requested: 'news/add-one-view'
17:05:00.358traceyii\base\Controller::runActionRoute to run: news/add-one-view
17:05:00.358traceyii\base\InlineAction::runWithParamsRunning action: frontend\controllers\NewsController::actionAddOneView()
17:05:00.359infoyii\db\Command::querySHOW FULL COLUMNS FROM `news`
17:05:00.359infoyii\db\Connection::openOpening DB connection: mysql:host=10.129.8.1;dbname=site_slot08
17:05:00.364infoyii\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'
17:05:00.365infoyii\db\Command::querySELECT * FROM `news` WHERE `id`=460
17:05:00.367infoyii\db\Command::executeUPDATE `news` SET `views`=`views`+1 WHERE `id`=460