12:52:27.359 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
12:52:27.359 | trace | yii\base\Module::getModule | Loading module: debug |
12:52:27.385 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
12:52:27.388 | trace | yii\base\Module::getModule | Loading module: gii |
12:52:27.389 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
12:52:27.392 | trace | yii\web\Application::handleRequest | Route requested: 'site/index' |
12:52:27.399 | trace | yii\base\Controller::runAction | Route to run: site/index |
12:52:27.403 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\SiteController::actionIndex() |
12:52:27.408 | trace | yii\base\View::renderFile | Rendering view file: /usr/local/apache/htdocs/caja/views/site/index.php |
12:52:27.442 | info | yii\db\Command::query | SELECT * FROM `tercero` WHERE `empresa`=1 |
12:52:27.442 | info | yii\db\Connection::open | Opening DB connection: mysql:host=127.0.0.1;dbname=admin_huma |
12:52:27.451 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tercero` |
12:52:27.456 | 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 = 'tercero' AND kcu.table_name = 'tercero' |
12:52:27.458 | trace | yii\base\View::renderFile | Rendering view file: /usr/local/apache/htdocs/caja/views/layouts/main.php |